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

Function fillVariablesExcludeAndParse

pkg/devspace/config/loader/parser.go:123–125  ·  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

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...)
125}
126
127func fillVariablesAndParse(ctx context.Context, resolver variable.Resolver, preparedConfig map[string]interface{}, log log.Logger, excludedPaths ...string) (*latest.Config, map[string]interface{}, error) {
128 // fill in variables and expressions

Callers 3

ParseMethod · 0.85
ParseMethod · 0.85
ParseMethod · 0.85

Calls 1

fillVariablesAndParseFunction · 0.85

Tested by

no test coverage detected