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

Method RangeRead

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

Source from the content-addressed store, hash-verified

132}
133
134func (r *RangeReadCloser) RangeRead(ctx context.Context, httpRange http_range.Range) (io.ReadCloser, error) {
135 rc, err := r.RangeReader.RangeRead(ctx, httpRange)
136 r.Add(rc)
137 return rc, err
138}

Callers

nothing calls this directly

Calls 2

RangeReadMethod · 0.65
AddMethod · 0.65

Tested by

no test coverage detected