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

Struct eagerParser

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

Source from the content-addressed store, hash-verified

111}
112
113type eagerParser struct{}
114
115func (e *eagerParser) Parse(ctx context.Context, originalRawConfig map[string]interface{}, rawConfig map[string]interface{}, resolver variable.Resolver, log log.Logger) (*latest.Config, map[string]interface{}, error) {
116 return fillAllVariablesAndParse(ctx, resolver, rawConfig, log)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected