MCPcopy Index your code
hub / github.com/ddev/ddev / GetOmittedContainers

Method GetOmittedContainers

pkg/ddevapp/ddevapp.go:618–622  ·  view source on GitHub ↗

GetOmittedContainers returns full list of global and local omitted containers

()

Source from the content-addressed store, hash-verified

616
617// GetOmittedContainers returns full list of global and local omitted containers
618func (app *DdevApp) GetOmittedContainers() []string {
619 omitted := app.OmitContainersGlobal
620 omitted = append(omitted, app.OmitContainers...)
621 return omitted
622}
623
624// GetAppRoot return the full path from root to the app directory
625func (app *DdevApp) GetAppRoot() string {

Callers 12

TrackProjectMethod · 0.95
RenderComposeYAMLMethod · 0.95
DescribeMethod · 0.95
SiteStatusMethod · 0.95
StartMethod · 0.95
IsRouterDisabledFunction · 0.80
drupalPostStartActionFunction · 0.80
createAppSnapshotFunction · 0.80
renderAppDescribeFunction · 0.80
auth-ssh.goFile · 0.80
handleMainConfigArgsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected