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