Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudbase/garm
/ Delete
Method
Delete
locking/local_backoff_locker.go:58–60 ·
view source on GitHub ↗
(key string)
Source
from the content-addressed store, hash-verified
56
}
57
58
func
(i *instanceDeleteBackoff) Delete(key string) {
59
i.muxes.Delete(key)
60
}
61
62
func
(i *instanceDeleteBackoff) RecordFailure(key string) {
63
backoff, _ := i.muxes.LoadOrStore(key, &instanceBackOff{})
Callers
nothing calls this directly
Calls
1
Delete
Method · 0.65
Tested by
no test coverage detected