MCPcopy
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
60func (t *TaskExtension) SetTotalBytes(totalBytes int64) {
61 t.TotalBytes = totalBytes
62}
63
64func (t *TaskExtension) GetTotalBytes() int64 {
65 return t.TotalBytes

Callers 9

RunMethod · 0.80
UpdateMethod · 0.80
TransferMethod · 0.80
transferStdFileFunction · 0.80
transferObjFileFunction · 0.80
putAsTaskFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected