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