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

Struct resolver

pkg/devspace/config/loader/variable/resolver.go:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56type resolver struct {
57 vars map[string]*latest.Variable
58 memoryCache map[string]interface{}
59
60 localCache localcache.Cache
61 options *PredefinedVariableOptions
62 log log.Logger
63}
64
65func varMatchFn(key, value string) bool {
66 return varspkg.VarMatchRegex.MatchString(value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected