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

Function NewProgress

internal/driver/utils.go:26–31  ·  view source on GitHub ↗
(total int64, up UpdateProgress)

Source from the content-addressed store, hash-verified

24}
25
26func NewProgress(total int64, up UpdateProgress) *Progress {
27 return &Progress{
28 Total: total,
29 up: up,
30 }
31}
32
33type RateLimitReader = stream.RateLimitReader
34

Callers 6

putMethod · 0.92
PutMethod · 0.92
PutMethod · 0.92
putMethod · 0.92
putMethod · 0.92
singleUploadMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected