MCPcopy
hub / github.com/gin-gonic/gin / rebuild404Handlers

Method rebuild404Handlers

gin.go:356–358  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

354}
355
356func (engine *Engine) rebuild404Handlers() {
357 engine.allNoRoute = engine.combineHandlers(engine.noRoute)
358}
359
360func (engine *Engine) rebuild405Handlers() {
361 engine.allNoMethod = engine.combineHandlers(engine.noMethod)

Callers 2

NoRouteMethod · 0.95
UseMethod · 0.95

Calls 1

combineHandlersMethod · 0.80

Tested by

no test coverage detected