MCPcopy Create free account
hub / github.com/koding/kite / init

Function init

client.go:27–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25var forever backoff.BackOff
26
27func init() {
28 b := backoff.NewExponentialBackOff()
29 b.MaxElapsedTime = 365 * 24 * time.Hour // 1 year
30
31 forever = &lockedBackoff{b: b}
32}
33
34func nopSetSession(sockjs.Session) {}
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected