MCPcopy Create free account
hub / github.com/ddev/ddev / GetName

Method GetName

pkg/ddevapp/ddevapp.go:684–686  ·  view source on GitHub ↗

GetName returns the app's name

()

Source from the content-addressed store, hash-verified

682
683// GetName returns the app's name
684func (app *DdevApp) GetName() string {
685 return app.Name
686}
687
688// GetPhpVersion returns the app's php version
689func (app *DdevApp) GetPhpVersion() string {

Callers 15

TestGetAppsFunction · 0.95
TestDdevDescribeFunction · 0.95
FindContainerByTypeMethod · 0.95
DescribeMethod · 0.95
StartMethod · 0.95
WaitForServicesMethod · 0.95
WaitMethod · 0.95
StopMethod · 0.95
TestListWithoutDirFunction · 0.80
CleanupFunction · 0.80

Calls

no outgoing calls

Tested by 8

TestGetAppsFunction · 0.76
TestDdevDescribeFunction · 0.76
TestListWithoutDirFunction · 0.64
TestCmdStopFunction · 0.64
TestCmdStartFunction · 0.64