MCPcopy 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
37func (m *Metrics) Start() {
38 m.lock.Lock()
39 defer m.lock.Unlock()
40 m.startTime = time.Now()
41}
42
43func (m *Metrics) End() {
44 m.lock.Lock()

Callers 1

runTestFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected