MCPcopy Create free account
hub / github.com/devld/go-drive / ProgressReader

Method ProgressReader

script/object_io.go:139–141  ·  view source on GitHub ↗
(ctx any)

Source from the content-addressed store, hash-verified

137}
138
139func (r Reader) ProgressReader(ctx any) Reader {
140 return NewReader(r.vm, drive_util.ProgressReader(r.r, GetTaskCtx(ctx)))
141}
142
143type ReadCloser struct {
144 Reader

Callers

nothing calls this directly

Calls 3

ProgressReaderFunction · 0.92
NewReaderFunction · 0.85
GetTaskCtxFunction · 0.85

Tested by

no test coverage detected