MCPcopy
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
52type lock struct {
53 pl *pathLock
54 path string
55}
56
57func (l *lock) Unlock() {
58 l.pl.unlock(l.path)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected