MCPcopy 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
1097func (g GithubRateLimit) ResetIn() time.Duration {
1098 return time.Until(g.ResetAt())
1099}
1100
1101func (g GithubRateLimit) ResetAt() time.Time {
1102 if g.Reset == 0 {

Callers 1

Calls 1

ResetAtMethod · 0.95

Tested by

no test coverage detected