app.get("/{full_path:path}")
| 1 | from __future__ import annotations |
| 2 | # src/codegraphcontext/viz/server.py |
| 3 | from fastapi import FastAPI, HTTPException, Query, Request |
| 4 | from fastapi.staticfiles import StaticFiles |
nothing calls this directly
no outgoing calls
no test coverage detected