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

Function NewEnvVariable

pkg/devspace/config/loader/variable/env_variable.go:12–16  ·  view source on GitHub ↗

NewEnvVariable creates a new variable that is loaded without definition

(name string)

Source from the content-addressed store, hash-verified

10
11// NewEnvVariable creates a new variable that is loaded without definition
12func NewEnvVariable(name string) Variable {
13 return &envVariable{
14 name: name,
15 }
16}
17
18type envVariable struct {
19 name string

Callers 1

fillVariableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected