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

Method RemoveGlobalProjectInfo

pkg/ddevapp/ddevapp.go:3441–3445  ·  view source on GitHub ↗

RemoveGlobalProjectInfo deletes the project from DdevProjectList

()

Source from the content-addressed store, hash-verified

3439
3440// RemoveGlobalProjectInfo deletes the project from DdevProjectList
3441func (app *DdevApp) RemoveGlobalProjectInfo() {
3442 if err := globalconfig.RemoveProjectInfo(app.Name); err != nil {
3443 util.Warning("Unable to remove project info for %s: %v", app.Name, err)
3444 }
3445}
3446
3447// GetHTTPURL returns the HTTP URL for an app.
3448func (app *DdevApp) GetHTTPURL() string {

Callers 2

StopMethod · 0.95
stop.goFile · 0.80

Calls 2

RemoveProjectInfoFunction · 0.92
WarningFunction · 0.92

Tested by

no test coverage detected