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

Method Resolve

pkg/devspace/dependency/resolver.go:27–27  ·  view source on GitHub ↗
(ctx devspacecontext.Context, options ResolveOptions)

Source from the content-addressed store, hash-verified

25// ResolverInterface defines the resolver interface that takes dependency configs and resolves them
26type ResolverInterface interface {
27 Resolve(ctx devspacecontext.Context, options ResolveOptions) ([]types.Dependency, error)
28 WithParser(parser loader.Parser) ResolverInterface
29}
30

Callers 2

TestResolverFunction · 0.65
handleDependenciesMethod · 0.65

Implementers 1

resolverpkg/devspace/dependency/resolver.go

Calls

no outgoing calls

Tested by 1

TestResolverFunction · 0.52