app.get("/")
| 1 | from fastapi import FastAPI, WebSocket, WebSocketDisconnect |
| 2 | from fastapi.middleware.cors import CORSMiddleware |
| 3 | from contextlib import asynccontextmanager |
| 4 | import logging |
nothing calls this directly
no outgoing calls
no test coverage detected