Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capable-average/tagTonic
/ incrementProcessed
Method
incrementProcessed
cmd/batch.go:142–146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
140
}
141
142
func
(s *BatchStats) incrementProcessed() {
143
s.mu.Lock()
144
s.processed++
145
s.mu.Unlock()
146
}
147
148
func
(s *BatchStats) incrementUpdated() {
149
s.mu.Lock()
Callers
1
processBatchConcurrently
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected