MCPcopy 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
142func (s *BatchStats) incrementProcessed() {
143 s.mu.Lock()
144 s.processed++
145 s.mu.Unlock()
146}
147
148func (s *BatchStats) incrementUpdated() {
149 s.mu.Lock()

Callers 1

processBatchConcurrentlyFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected