MCPcopy 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
58func (i *instanceDeleteBackoff) Delete(key string) {
59 i.muxes.Delete(key)
60}
61
62func (i *instanceDeleteBackoff) RecordFailure(key string) {
63 backoff, _ := i.muxes.LoadOrStore(key, &instanceBackOff{})

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected