Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ End
Method
End
cmd/test-streammanager/metrics.go:43–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
func
(m *Metrics) End() {
44
m.lock.Lock()
45
defer
m.lock.Unlock()
46
m.endTime = time.Now()
47
}
48
49
func
(m *Metrics) AddDataPacket() {
50
m.lock.Lock()
Callers
1
runTest
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected