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

Struct variableParser

cmd/set/var.go:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131type variableParser struct {
132 Definitions map[string]*latest.Variable
133 Used []*latest.Variable
134}
135
136func (v *variableParser) Parse(ctx context.Context, originalRawConfig map[string]interface{}, rawConfig map[string]interface{}, resolver variable.Resolver, log log.Logger) (*latest.Config, map[string]interface{}, error) {
137 // Find out what vars are really used

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected