Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenListTeam/OpenList
/ SetTotalBytes
Method
SetTotalBytes
internal/task/base.go:60–62 ·
view source on GitHub ↗
(totalBytes int64)
Source
from the content-addressed store, hash-verified
58
}
59
60
func
(t *TaskExtension) SetTotalBytes(totalBytes int64) {
61
t.TotalBytes = totalBytes
62
}
63
64
func
(t *TaskExtension) GetTotalBytes() int64 {
65
return
t.TotalBytes
Callers
9
Run
Method · 0.80
Update
Method · 0.80
Transfer
Method · 0.80
transferStdFile
Function · 0.80
transferObjFile
Function · 0.80
putAsTask
Function · 0.80
RunWithoutPushUploadTask
Method · 0.80
RunWithNextTaskCallback
Method · 0.80
RunWithNextTaskCallback
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected