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

Method NewDependencyManager

pkg/util/factory/factory.go:101–103  ·  view source on GitHub ↗

NewDependencyManager implements interface

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

Source from the content-addressed store, hash-verified

99
100// NewDependencyManager implements interface
101func (f *DefaultFactoryImpl) NewDependencyManager(ctx devspacecontext.Context, configOptions *loader.ConfigOptions) dependency.Manager {
102 return dependency.NewManager(ctx, configOptions)
103}
104
105// NewConfigLoader implements interface
106func (f *DefaultFactoryImpl) NewConfigLoader(configPath string) (loader.ConfigLoader, error) {

Callers

nothing calls this directly

Calls 1

NewManagerFunction · 0.92

Tested by

no test coverage detected