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

Struct resolver

pkg/devspace/dependency/resolver.go:32–40  ·  view source on GitHub ↗

Resolver implements the resolver interface

Source from the content-addressed store, hash-verified

30
31// Resolver implements the resolver interface
32type resolver struct {
33 DependencyGraph *graph.Graph
34
35 BaseCache localcache.Cache
36 BaseConfig *latest.Config
37 BaseParser loader.Parser
38
39 ConfigOptions *loader.ConfigOptions
40}
41
42// NewResolver creates a new resolver for resolving dependencies
43func NewResolver(ctx devspacecontext.Context, configOptions *loader.ConfigOptions) ResolverInterface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected