MCPcopy
hub / github.com/kubernetes/client-go / syncKey

Method syncKey

tools/cache/delta_fifo.go:542–547  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

540}
541
542func (f *DeltaFIFO) syncKey(key string) error {
543 f.lock.Lock()
544 defer f.lock.Unlock()
545
546 return f.syncKeyLocked(key)
547}
548
549func (f *DeltaFIFO) syncKeyLocked(key string) error {
550 obj, exists, err := f.knownObjects.GetByKey(key)

Callers

nothing calls this directly

Calls 1

syncKeyLockedMethod · 0.95

Tested by

no test coverage detected