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

Method hasConfiguredServices

services.go:29–31  ·  view source on GitHub ↗

hasConfiguredServices Checks if there are any services for the current application.

()

Source from the content-addressed store, hash-verified

27
28// hasConfiguredServices Checks if there are any services for the current application.
29func (app *App) hasConfiguredServices() bool {
30 return len(app.configured.Services) > 0
31}
32
33func (app *App) validateConfiguredServices() error {
34 return validateServicesSlice(app.configured.Services)

Callers 4

initServicesMethod · 0.95
startServicesMethod · 0.95
logServicesMethod · 0.95

Calls

no outgoing calls

Tested by 1