MCPcopy Create free account
hub / github.com/cloudbase/garm / ResetAt

Method ResetAt

params/params.go:1101–1106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1099}
1100
1101func (g GithubRateLimit) ResetAt() time.Time {
1102 if g.Reset == 0 {
1103 return time.Time{}
1104 }
1105 return time.Unix(g.Reset, 0)
1106}
1107
1108// swagger:model ForgeCredentials
1109type ForgeCredentials struct {

Callers 1

ResetInMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected