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

Method executeOnMountHooks

hooks.go:454–462  ·  view source on GitHub ↗
(app *App)

Source from the content-addressed store, hash-verified

452}
453
454func (h *Hooks) executeOnMountHooks(app *App) error {
455 for _, v := range h.onMount {
456 if err := v(app); err != nil {
457 return err
458 }
459 }
460
461 return nil
462}

Callers 4

mountMethod · 0.80
mountMethod · 0.80
mountMethod · 0.80

Calls

no outgoing calls

Tested by 1