MCPcopy
hub / github.com/esm-dev/esm.sh / pprofRouter

Function pprofRouter

server/release.go:21–25  ·  view source on GitHub ↗

pprof is disabled in production build

()

Source from the content-addressed store, hash-verified

19
20// pprof is disabled in production build
21func pprofRouter() rex.Handle {
22 return func(ctx *rex.Context) any {
23 return rex.Next()
24 }
25}

Callers

nothing calls this directly

Calls 1

NextMethod · 0.80

Tested by

no test coverage detected