hasMountedApps Checks if there are any mounted apps in the current application.
()
| 108 | |
| 109 | // hasMountedApps Checks if there are any mounted apps in the current application. |
| 110 | func (app *App) hasMountedApps() bool { |
| 111 | return len(app.mountFields.appList) > 1 |
| 112 | } |
| 113 | |
| 114 | // mountStartupProcess Handles the startup process of mounted apps by appending sub-app routes, generating app list keys, and processing sub-app routes. |
| 115 | func (app *App) mountStartupProcess() { |
no outgoing calls
no test coverage detected