Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capable-average/tagTonic
/ incrementErrors
Method
incrementErrors
cmd/batch.go:160–164 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
158
}
159
160
func
(s *BatchStats) incrementErrors() {
161
s.mu.Lock()
162
s.errors++
163
s.mu.Unlock()
164
}
165
166
type
FileJob
struct
{
167
filepath string
Callers
1
processBatchConcurrently
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected