MCPcopy 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
160func (s *BatchStats) incrementErrors() {
161 s.mu.Lock()
162 s.errors++
163 s.mu.Unlock()
164}
165
166type FileJob struct {
167 filepath string

Callers 1

processBatchConcurrentlyFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected