MCPcopy
hub / github.com/kopia/kopia / Unlock

Method Unlock

tests/robustness/pathlock/path_lock.go:28–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26// Unlocker unlocks from a previous invocation of Lock().
27type Unlocker interface {
28 Unlock()
29}
30
31var _ Locker = (*pathLock)(nil)

Callers 15

SendMethod · 0.65
outputMethod · 0.65
EstimatedDataSizeMethod · 0.65
outputMethod · 0.65
runMethod · 0.65
outputSyncProgressMethod · 0.65
runSyncBlobsMethod · 0.65
registerStorageProviderFunction · 0.65
TestMetricsPushFlagsFunction · 0.65
enterMethod · 0.65
exitMethod · 0.65

Implementers 3

NullPathLockertests/tools/fio/fio.go
locktests/robustness/pathlock/path_lock.go
lockStatefs/cachefs/cache_test.go

Calls

no outgoing calls

Tested by 15

TestMetricsPushFlagsFunction · 0.52
enterMethod · 0.52
exitMethod · 0.52
verifyCacheExpirationFunction · 0.52
runMaintenanceTaskMethod · 0.52
TestServerMaintenanceFunction · 0.52
randLongHexFunction · 0.52
TestThrottlingSemaphoreFunction · 0.52
WriteMethod · 0.52
SyncMethod · 0.52
CloseMethod · 0.52