Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ GetLock
Method
GetLock
pkg/util/lockfactory/lockfactory.go:25–25 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
23
// LockFactory is the interface to retrieve named locks from
24
type
LockFactory
interface
{
25
GetLock(string) sync.Locker
26
}
27
28
type
defaultLockFactory
struct
{
Callers
3
Start
Method · 0.65
Reset
Method · 0.65
Stop
Method · 0.65
Implementers
1
defaultLockFactory
pkg/util/lockfactory/lockfactory.go
Calls
no outgoing calls
Tested by
no test coverage detected