Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ newRuntimeVariables
Function
newRuntimeVariables
pkg/devspace/config/runtime.go:16–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
func
newRuntimeVariables() RuntimeVariables {
17
return
&runtimeVariables{
18
runtimeVariables: make(
map
[string]
interface
{}),
19
}
20
}
21
22
type
runtimeVariables
struct
{
23
runtimeVariablesMutex sync.Mutex
Callers
1
NewConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected