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

Method Load

pkg/devspace/compose/manager.go:70–70  ·  view source on GitHub ↗
(log log.Logger)

Source from the content-addressed store, hash-verified

68
69type ComposeManager interface {
70 Load(log log.Logger) error
71 Configs() map[string]*latest.Config
72 Save() error
73}

Callers 9

testLoadFunction · 0.95
initDockerComposeMethod · 0.95
LoadDockerConfigFunction · 0.65
LoadDockerComposeProjectFunction · 0.65
getImageSelectorFunction · 0.65
initDevspaceMethod · 0.65
NewRootCmdFunction · 0.65
GetSessionFunction · 0.65
config.goFile · 0.65

Implementers 1

composeManagerpkg/devspace/compose/manager.go

Calls

no outgoing calls

Tested by 1

testLoadFunction · 0.76