(scope: Scope)
| 873 | |
| 874 | |
| 875 | def _get_scope_effective_route_context(scope: Scope) -> Any | None: |
| 876 | return scope.get(_FASTAPI_SCOPE_KEY, {}).get(_FASTAPI_EFFECTIVE_ROUTE_CONTEXT_KEY) |
| 877 | |
| 878 | |
| 879 | def _get_scope_included_router(scope: Scope) -> Any | None: |