Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
func
(f *fileIndex) Unlock() {
24
f.fileMapMutex.Unlock()
25
}
26
27
func
(f *fileIndex) Set(file *FileInformation) {
28
f.fileMap[file.Name] = file
Callers
15
SetPlugins
Function · 0.80
SetPluginKubeContext
Function · 0.80
SetPluginCommand
Function · 0.80
SetPluginConfig
Function · 0.80
ExecutePluginHookWithContext
Function · 0.80
ExecutePluginHookAt
Function · 0.80
InjectDevSpaceHelper
Function · 0.80
PrintPodInfo
Method · 0.80
PrintNotFoundWarning
Method · 0.80
PrintPodWarning
Method · 0.80
getHostKey
Function · 0.80
getPublicKey
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestWatcher
Function · 0.64