Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gin-gonic/gin
/ init
Function
init
ginS/gins_test.go:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
)
16
17
func
init() {
18
gin.SetMode(gin.TestMode)
19
}
20
21
func
TestGET(t *testing.T) {
22
GET(
"/test"
,
func
(c *gin.Context) {
Callers
nothing calls this directly
Calls
1
SetMode
Function · 0.92
Tested by
no test coverage detected