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

Struct profilesParser

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

Source from the content-addressed store, hash-verified

69}
70
71type profilesParser struct{}
72
73func (p *profilesParser) Parse(ctx context.Context, originalRawConfig map[string]interface{}, rawConfig map[string]interface{}, resolver variable.Resolver, log log.Logger) (*latest.Config, map[string]interface{}, error) {
74 rawMap, err := copyRaw(originalRawConfig)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected