Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kopia/kopia
/ lock
Struct
lock
tests/robustness/pathlock/path_lock.go:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
type
lock
struct
{
53
pl *pathLock
54
path string
55
}
56
57
func
(l *lock) Unlock() {
58
l.pl.unlock(l.path)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected