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

Method Stack

app.go:1252–1254  ·  view source on GitHub ↗

Stack returns the raw router stack.

()

Source from the content-addressed store, hash-verified

1250
1251// Stack returns the raw router stack.
1252func (app *App) Stack() [][]*Route {
1253 return app.stack
1254}
1255
1256// HandlersCount returns the amount of registered handlers.
1257func (app *App) HandlersCount() uint32 {

Callers 7

Test_App_StackFunction · 0.80
Test_Domain_NameFunction · 0.80
NewFunction · 0.80
defaultStackTraceHandlerFunction · 0.80
NewFunction · 0.80

Calls

no outgoing calls

Tested by 4

Test_App_StackFunction · 0.64
Test_Domain_NameFunction · 0.64