Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
389
func
(c *PersistentCache) exclusiveUnlock(key string) {
390
if
c != nil {
391
c.fetchMutexes.exclusiveUnlock(key)
392
}
393
}
394
395
func
(c *PersistentCache) sharedLock(key string) {
396
if
c != nil {
Callers
1
GetOrLoad
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected