MCPcopy Index your code
hub / github.com/kopia/kopia / exclusiveUnlock

Method exclusiveUnlock

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

Source from the content-addressed store, hash-verified

387}
388
389func (c *PersistentCache) exclusiveUnlock(key string) {
390 if c != nil {
391 c.fetchMutexes.exclusiveUnlock(key)
392 }
393}
394
395func (c *PersistentCache) sharedLock(key string) {
396 if c != nil {

Callers 1

GetOrLoadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected