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

Function handler

sdk/api/handlers/injection_poison_test.go:46–48  ·  view source on GitHub ↗

handler returns a minimal BaseAPIHandler (no auth/config needed for observe paths).

()

Source from the content-addressed store, hash-verified

44
45// handler returns a minimal BaseAPIHandler (no auth/config needed for observe paths).
46func handler() *BaseAPIHandler {
47 return &BaseAPIHandler{}
48}
49
50// ---------------------------------------------------------------------------
51// PublishObserveResponse (non-streaming path)

Calls

no outgoing calls

Tested by

no test coverage detected