MCPcopy
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
254func (group *RouterGroup) returnObj() IRoutes {
255 if group.root {
256 return group.engine
257 }
258 return group
259}

Callers 6

UseMethod · 0.95
handleMethod · 0.95
AnyMethod · 0.95
MatchMethod · 0.95
staticFileHandlerMethod · 0.95
StaticFSMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected