MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / pprofServer

Struct pprofServer

sdk/cliproxy/pprof_server.go:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type pprofServer struct {
17 mu sync.Mutex
18 server *http.Server
19 addr string
20 enabled bool
21}
22
23func newPprofServer() *pprofServer {
24 return &pprofServer{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected