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

Function NewComposeManager

pkg/devspace/compose/manager.go:80–85  ·  view source on GitHub ↗
(project *composetypes.Project)

Source from the content-addressed store, hash-verified

78}
79
80func NewComposeManager(project *composetypes.Project) ComposeManager {
81 return &composeManager{
82 configs: map[string]*latest.Config{},
83 project: project,
84 }
85}
86
87func (cm *composeManager) Load(log log.Logger) error {
88 dependentsMap, err := calculateDependentsMap(cm.project)

Callers 2

initDockerComposeMethod · 0.92
testLoadFunction · 0.85

Calls

no outgoing calls

Tested by 1

testLoadFunction · 0.68