Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
func
_pprof(g *gin.RouterGroup) {
16
g.Any(
"/*name"
, gin.WrapH(http.DefaultServeMux))
17
}
18
19
func
debug(g *gin.RouterGroup) {
20
g.GET(
"/path/*path"
, middlewares.Down(sign.Verify),
func
(c *gin.Context) {
Callers
1
debug
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected