Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
19
func
(f *fileIndex) Lock() {
20
f.fileMapMutex.Lock()
21
}
22
23
func
(f *fileIndex) Unlock() {
24
f.fileMapMutex.Unlock()
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