MCPcopy Create free account
hub / github.com/devspace-sh/devspace / Unlock

Method Unlock

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

Source from the content-addressed store, hash-verified

21}
22
23func (f *fileIndex) Unlock() {
24 f.fileMapMutex.Unlock()
25}
26
27func (f *fileIndex) Set(file *FileInformation) {
28 f.fileMap[file.Name] = file

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