MCPcopy 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
148func (s *BatchStats) incrementUpdated() {
149 s.mu.Lock()
150 s.updated++
151 s.mu.Unlock()
152}
153
154func (s *BatchStats) incrementSkipped() {
155 s.mu.Lock()

Callers 1

processBatchConcurrentlyFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected