MCPcopy Create free account
hub / github.com/containerd/nerdctl / Release

Method Release

pkg/store/store.go:96–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94type Locker interface {
95 Lock() error
96 Release() error
97 WithLock(fun func() error) (err error)
98}

Callers 9

CleanupNetworkingMethod · 0.65
CleanupNetworkingMethod · 0.65
CommitFunction · 0.65
TestFileStoreBasicsFunction · 0.65
TestFileStoreGroupsFunction · 0.65
RemoveContainerFunction · 0.65
CreateFunction · 0.65
generateGcFuncFunction · 0.65
onPostStopFunction · 0.65

Implementers 1

fileStorepkg/store/filestore.go

Calls

no outgoing calls

Tested by 2

TestFileStoreBasicsFunction · 0.52
TestFileStoreGroupsFunction · 0.52