MCPcopy
hub / github.com/fastapi/fastapi / call_next

Function call_next

tests/test_ws_router.py:199–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197 return await app(scope, receive, send) # pragma: no cover
198
199 async def call_next():
200 return await app(scope, receive, send)
201
202 websocket = WebSocket(scope, receive=receive, send=send)
203 return await middleware_func(websocket, call_next)

Callers 6

add_process_time_headerFunction · 0.85
catcherFunction · 0.85
errorhandlerFunction · 0.85
record_middlewareFunction · 0.85
middlewareFunction · 0.85
custom_middlewareFunction · 0.85

Calls 1

appFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…