Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
454
func
(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
Test_executeOnMountHooks_Error
Function · 0.80
mount
Method · 0.80
mount
Method · 0.80
mount
Method · 0.80
Calls
no outgoing calls
Tested by
1
Test_executeOnMountHooks_Error
Function · 0.64