MCPcopy Index your code
hub / github.com/coder/coder / resetLostTimer

Method resetLostTimer

tailnet/configmaps.go:724–729  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

722}
723
724func (l *peerLifecycle) resetLostTimer() {
725 if l.lostTimer != nil {
726 l.lostTimer.Stop()
727 l.lostTimer = nil
728 }
729}
730
731func (l *peerLifecycle) setLostTimer(c *configMaps) {
732 if l.lostTimer != nil {

Callers 2

closeMethod · 0.80
updatePeerLockedMethod · 0.80

Calls 1

StopMethod · 0.65

Tested by

no test coverage detected