MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / TotalReceived

Method TotalReceived

cmd/test-streammanager/verifier.go:47–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func (v *Verifier) TotalReceived() int64 {
48 v.lock.Lock()
49 defer v.lock.Unlock()
50 return v.totalReceived
51}
52
53func (v *Verifier) Mismatches() int {
54 v.lock.Lock()

Callers 1

runTestFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected