Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
var
MaxHandlers = 32
15
16
func
init() {
17
SetMode(TestMode)
18
}
19
20
func
TestRouterGroupBasic(t *testing.T) {
21
router := New()
Callers
nothing calls this directly
Calls
1
SetMode
Function · 0.85
Tested by
no test coverage detected