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

Struct defaultParser

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

Source from the content-addressed store, hash-verified

26}
27
28type defaultParser struct{}
29
30func (d *defaultParser) Parse(ctx context.Context, originalRawConfig map[string]interface{}, rawConfig map[string]interface{}, resolver variable.Resolver, log log.Logger) (*latest.Config, map[string]interface{}, error) {
31 // delete the commands, since we don't need it in a normal scenario

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected