Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudbase/garm
/ ResetIn
Method
ResetIn
params/params.go:1097–1099 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1095
}
1096
1097
func
(g GithubRateLimit) ResetIn() time.Duration {
1098
return
time.Until(g.ResetAt())
1099
}
1100
1101
func
(g GithubRateLimit) ResetAt() time.Time {
1102
if
g.Reset == 0 {
Callers
1
formatOneGithubCredential
Function · 0.80
Calls
1
ResetAt
Method · 0.95
Tested by
no test coverage detected