MCPcopy Index your code
hub / github.com/devspace-sh/devspace / Lock

Method Lock

pkg/devspace/sync/file_index.go:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19func (f *fileIndex) Lock() {
20 f.fileMapMutex.Lock()
21}
22
23func (f *fileIndex) Unlock() {
24 f.fileMapMutex.Unlock()

Callers 15

SetPluginsFunction · 0.80
SetPluginKubeContextFunction · 0.80
SetPluginCommandFunction · 0.80
SetPluginConfigFunction · 0.80
ExecutePluginHookAtFunction · 0.80
InjectDevSpaceHelperFunction · 0.80
PrintPodInfoMethod · 0.80
PrintNotFoundWarningMethod · 0.80
PrintPodWarningMethod · 0.80
getHostKeyFunction · 0.80
getPublicKeyFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestWatcherFunction · 0.64