Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
26
func
NewProgress(total int64, up UpdateProgress) *Progress {
27
return
&Progress{
28
Total: total,
29
up: up,
30
}
31
}
32
33
type
RateLimitReader = stream.RateLimitReader
34
Callers
6
put
Method · 0.92
Put
Method · 0.92
Put
Method · 0.92
put
Method · 0.92
put
Method · 0.92
singleUpload
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected