Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/containerd/nerdctl
/ Lock
Method
Lock
pkg/store/store.go:95–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
// Locker describes a locking mechanism that can be used to encapsulate operations in a safe way
94
type
Locker
interface
{
95
Lock() error
96
Release() error
97
WithLock(fun
func
() error) (err error)
98
}
Callers
15
Run
Method · 0.65
Wait
Method · 0.65
Signal
Method · 0.65
Read
Method · 0.65
Close
Method · 0.65
upServices
Method · 0.65
runServices
Method · 0.65
Pause
Method · 0.65
Unpause
Method · 0.65
Lock
Function · 0.65
Write
Method · 0.65
String
Method · 0.65
Implementers
1
fileStore
pkg/store/filestore.go
Calls
no outgoing calls
Tested by
3
WriteLogEntry
Method · 0.52
TestFileStoreBasics
Function · 0.52
TestFileStoreGroups
Function · 0.52