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

Method Stop

internal/leakcheck/leakcheck.go:324–327  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

322}
323
324func (t *trackingTimer) Stop() bool {
325 t.parent.remove(t.Timer)
326 return t.Timer.Stop()
327}
328
329// TrackTimers replaces internal.TimerAfterFunc with one that tracks timer
330// creations, stoppages and expirations. CheckTimers should then be invoked at

Callers

nothing calls this directly

Calls 2

StopMethod · 0.65
removeMethod · 0.45

Tested by

no test coverage detected