Versions in this module Expand all Collapse all v0 v0.1.0 Jul 28, 2024 Changes in this version + func BlockSum(bs []upspin.DirBlock) []byte + func CheckLocationSet(d *upspin.DirEntry) error + type BlockTracker struct + Block int + func NewBlockTracker(bs []upspin.DirBlock) BlockTracker + func (t *BlockTracker) NextBlock() (upspin.DirBlock, bool) + func (t *BlockTracker) SeekBlock(n int) (upspin.DirBlock, bool) + type LazyBuffer []byte + func (b *LazyBuffer) Bytes(n int) []byte