Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
47
func
(v *Verifier) TotalReceived() int64 {
48
v.lock.Lock()
49
defer
v.lock.Unlock()
50
return
v.totalReceived
51
}
52
53
func
(v *Verifier) Mismatches() int {
54
v.lock.Lock()
Callers
1
runTest
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected