MCPcopy 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
43func (m *Metrics) End() {
44 m.lock.Lock()
45 defer m.lock.Unlock()
46 m.endTime = time.Now()
47}
48
49func (m *Metrics) AddDataPacket() {
50 m.lock.Lock()

Callers 1

runTestFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected