MCPcopy 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
24type LockFactory interface {
25 GetLock(string) sync.Locker
26}
27
28type defaultLockFactory struct {

Callers 3

StartMethod · 0.65
ResetMethod · 0.65
StopMethod · 0.65

Implementers 1

defaultLockFactorypkg/util/lockfactory/lockfactory.go

Calls

no outgoing calls

Tested by

no test coverage detected