MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / _pprof

Function _pprof

server/debug.go:15–17  ·  view source on GitHub ↗
(g *gin.RouterGroup)

Source from the content-addressed store, hash-verified

13)
14
15func _pprof(g *gin.RouterGroup) {
16 g.Any("/*name", gin.WrapH(http.DefaultServeMux))
17}
18
19func debug(g *gin.RouterGroup) {
20 g.GET("/path/*path", middlewares.Down(sign.Verify), func(c *gin.Context) {

Callers 1

debugFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected