MCPcopy Create free account
hub / github.com/devspace-sh/devspace / fillAllVariablesAndParse

Function fillAllVariablesAndParse

pkg/devspace/config/loader/parser.go:119–121  ·  view source on GitHub ↗
(ctx context.Context, resolver variable.Resolver, preparedConfig map[string]interface{}, log log.Logger)

Source from the content-addressed store, hash-verified

117}
118
119func fillAllVariablesAndParse(ctx context.Context, resolver variable.Resolver, preparedConfig map[string]interface{}, log log.Logger) (*latest.Config, map[string]interface{}, error) {
120 return fillVariablesAndParse(ctx, resolver, preparedConfig, log)
121}
122
123func fillVariablesExcludeAndParse(ctx context.Context, resolver variable.Resolver, preparedConfig map[string]interface{}, log log.Logger) (*latest.Config, map[string]interface{}, error) {
124 return fillVariablesAndParse(ctx, resolver, preparedConfig, log, runtime.Locations...)

Callers 1

ParseMethod · 0.85

Calls 1

fillVariablesAndParseFunction · 0.85

Tested by

no test coverage detected