MCPcopy Index your code
hub / github.com/git-bug/git-bug / stop

Function stop

bridge/github/client.go:179–186  ·  view source on GitHub ↗
(t *time.Timer)

Source from the content-addressed store, hash-verified

177}
178
179func stop(t *time.Timer) {
180 if !t.Stop() {
181 select {
182 case <-t.C:
183 default:
184 }
185 }
186}

Callers 2

callAPIAndRetryMethod · 0.85
callAPIDealWithLimitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected