GetAppRoot return the full path from root to the app directory
()
| 623 | |
| 624 | // GetAppRoot return the full path from root to the app directory |
| 625 | func (app *DdevApp) GetAppRoot() string { |
| 626 | return app.AppRoot |
| 627 | } |
| 628 | |
| 629 | // AppConfDir returns the full path to the app's .ddev configuration directory |
| 630 | func (app *DdevApp) AppConfDir() string { |
no outgoing calls