MCPcopy Index your code
hub / github.com/agent0ai/agent-zero / call_handler

Function call_handler

helpers/api.py:250–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248
249 # Build handler call, wrapping with security decorators as required
250 async def call_handler() -> BaseResponse:
251 instance = handler_cls(app, lock)
252 return await instance.handle_request(request=request)
253
254 handler_fn = call_handler
255 if handler_cls.requires_csrf():

Callers

nothing calls this directly

Calls 1

handle_requestMethod · 0.80

Tested by

no test coverage detected