Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
383
func
(c *PersistentCache) exclusiveLock(key string) {
384
if
c != nil {
385
c.fetchMutexes.exclusiveLock(key)
386
}
387
}
388
389
func
(c *PersistentCache) exclusiveUnlock(key string) {
390
if
c != nil {
Callers
1
GetOrLoad
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected