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

Function init

routergroup_test.go:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14var MaxHandlers = 32
15
16func init() {
17 SetMode(TestMode)
18}
19
20func TestRouterGroupBasic(t *testing.T) {
21 router := New()

Callers

nothing calls this directly

Calls 1

SetModeFunction · 0.85

Tested by

no test coverage detected