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

Struct noneVariable

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

Source from the content-addressed store, hash-verified

14}
15
16type noneVariable struct {
17 name string
18}
19
20func (n *noneVariable) Load(ctx context.Context, definition *latest.Variable) (interface{}, error) {
21 if definition.Default == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected