MCPcopy
hub / github.com/OpenListTeam/OpenList / cachedSectionReader

Struct cachedSectionReader

internal/stream/util.go:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199type cachedSectionReader struct {
200 cache io.ReaderAt
201}
202
203func (*cachedSectionReader) DiscardSection(off int64, length int64) error {
204 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected