MCPcopy Index your code
hub / github.com/koding/kite / Reset

Method Reset

client.go:1046–1051  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1044}
1045
1046func (lb *lockedBackoff) Reset() {
1047 lb.mu.Lock()
1048 defer lb.mu.Unlock()
1049
1050 lb.b.Reset()
1051}

Callers 3

dialMethod · 0.80
HandleHeartbeatMethod · 0.80
HandleRegisterHTTPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected