MCPcopy
hub / github.com/grpc/grpc-go / trackingTimer

Struct trackingTimer

internal/leakcheck/leakcheck.go:319–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319type trackingTimer struct {
320 internal.Timer
321 parent *timerFactory
322}
323
324func (t *trackingTimer) Stop() bool {
325 t.parent.remove(t.Timer)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected