MCPcopy
hub / github.com/fastapi/fastapi / handle

Method handle

fastapi/routing.py:1751–1753  ·  view source on GitHub ↗
(self, scope: Scope, receive: Receive, send: Send)

Source from the content-addressed store, hash-verified

1749 )
1750
1751 async def handle(self, scope: Scope, receive: Receive, send: Send) -> None:
1752 _get_fastapi_scope(scope)[_FASTAPI_INCLUDED_ROUTER_KEY] = self
1753 await self.original_router.handle(scope, receive, send)
1754
1755 async def _handle_selected(
1756 self, scope: Scope, receive: Receive, send: Send

Callers

nothing calls this directly

Calls 2

_get_fastapi_scopeFunction · 0.85
handleMethod · 0.45

Tested by

no test coverage detected