Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gin-gonic/gin
/ returnObj
Method
returnObj
routergroup.go:254–259 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
252
}
253
254
func
(group *RouterGroup) returnObj() IRoutes {
255
if
group.root {
256
return
group.engine
257
}
258
return
group
259
}
Callers
6
Use
Method · 0.95
handle
Method · 0.95
Any
Method · 0.95
Match
Method · 0.95
staticFileHandler
Method · 0.95
StaticFS
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected