MCPcopy
hub / github.com/kopia/kopia / exclusiveLock

Method exclusiveLock

internal/cache/persistent_lru_cache.go:383–387  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

381}
382
383func (c *PersistentCache) exclusiveLock(key string) {
384 if c != nil {
385 c.fetchMutexes.exclusiveLock(key)
386 }
387}
388
389func (c *PersistentCache) exclusiveUnlock(key string) {
390 if c != nil {

Callers 1

GetOrLoadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected