Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
func
(process *Process) Update(value int) {
66
atomic.StoreInt32(&process.progress, int32(value))
67
}
68
69
func
(process *Process) Done() {
70
atomic.StoreInt32(&process.done, 1)
Callers
1
ProcessFile
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected