MCPcopy
hub / github.com/gofiber/fiber / hasMountedApps

Method hasMountedApps

mount.go:110–112  ·  view source on GitHub ↗

hasMountedApps Checks if there are any mounted apps in the current application.

()

Source from the content-addressed store, hash-verified

108
109// hasMountedApps Checks if there are any mounted apps in the current application.
110func (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.
115func (app *App) mountStartupProcess() {

Callers 2

mountStartupProcessMethod · 0.95
processSubAppsRoutesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected