Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
179
func
stop(t *time.Timer) {
180
if
!t.Stop() {
181
select
{
182
case
<-t.C:
183
default:
184
}
185
}
186
}
Callers
2
callAPIAndRetry
Method · 0.85
callAPIDealWithLimit
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected