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

Function NewManager

pkg/devspace/dependency/manager.go:29–33  ·  view source on GitHub ↗

NewManager creates a new instance of the interface Manager

(ctx devspacecontext.Context, configOptions *loader.ConfigOptions)

Source from the content-addressed store, hash-verified

27
28// NewManager creates a new instance of the interface Manager
29func NewManager(ctx devspacecontext.Context, configOptions *loader.ConfigOptions) Manager {
30 return &manager{
31 resolver: NewResolver(ctx, configOptions),
32 }
33}
34
35func NewManagerWithParser(ctx devspacecontext.Context, configOptions *loader.ConfigOptions, parser loader.Parser) Manager {
36 return &manager{

Callers 3

NewDependencyManagerMethod · 0.92
getImageSelectorFunction · 0.92

Calls 1

NewResolverFunction · 0.70

Tested by

no test coverage detected