MCPcopy Create free account
hub / github.com/egonelbre/exp / Update

Method Update

progress/main.go:65–67  ·  view source on GitHub ↗
(value int)

Source from the content-addressed store, hash-verified

63}
64
65func (process *Process) Update(value int) {
66 atomic.StoreInt32(&process.progress, int32(value))
67}
68
69func (process *Process) Done() {
70 atomic.StoreInt32(&process.done, 1)

Callers 1

ProcessFileFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected