Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ newPprofServer
Function
newPprofServer
sdk/cliproxy/pprof_server.go:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
func
newPprofServer() *pprofServer {
24
return
&pprofServer{}
25
}
26
27
func
(s *Service) applyPprofConfig(cfg *config.Config) {
28
if
s == nil || cfg == nil {
Callers
1
applyPprofConfig
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected