MCPcopy 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
16func newRuntimeVariables() RuntimeVariables {
17 return &runtimeVariables{
18 runtimeVariables: make(map[string]interface{}),
19 }
20}
21
22type runtimeVariables struct {
23 runtimeVariablesMutex sync.Mutex

Callers 1

NewConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected