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

Struct commandsParser

pkg/devspace/config/loader/parser.go:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55type commandsParser struct{}
56
57func (c *commandsParser) Parse(ctx context.Context, originalRawConfig map[string]interface{}, rawConfig map[string]interface{}, resolver variable.Resolver, log log.Logger) (*latest.Config, map[string]interface{}, error) {
58 // modify the config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected