MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / RangeRead

Method RangeRead

internal/model/args.go:119–119  ·  view source on GitHub ↗
(ctx context.Context, httpRange http_range.Range)

Source from the content-addressed store, hash-verified

117
118type RangeReaderIF interface {
119 RangeRead(ctx context.Context, httpRange http_range.Range) (io.ReadCloser, error)
120}
121
122type RangeReadCloserIF interface {

Callers 1

RangeReadMethod · 0.65

Implementers 3

RangeReadCloserinternal/model/args.go
FileStreaminternal/stream/stream.go
SeekableStreaminternal/stream/stream.go

Calls

no outgoing calls

Tested by

no test coverage detected