Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ AddOOOPacket
Method
AddOOOPacket
cmd/test-streammanager/metrics.go:61–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
func
(m *Metrics) AddOOOPacket() {
62
m.lock.Lock()
63
defer
m.lock.Unlock()
64
m.oooPackets++
65
}
66
67
func
(m *Metrics) AddBytes(n int64) {
68
m.lock.Lock()
Callers
2
dataDeliveryLoop
Method · 0.80
ackDeliveryLoop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected