MCPcopy Index your code
hub / github.com/devspace-sh/devspace / runtimeVariables

Struct runtimeVariables

pkg/devspace/config/runtime.go:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type runtimeVariables struct {
23 runtimeVariablesMutex sync.Mutex
24 runtimeVariables map[string]interface{}
25}
26
27func (c *runtimeVariables) GetRuntimeVariable(key string) (interface{}, bool) {
28 c.runtimeVariablesMutex.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected