app.post("/insert_file", response_model=Response)
| 1 | from fastapi import FastAPI, HTTPException, File, UploadFile |
| 2 | from fastapi import Query |
| 3 | from contextlib import asynccontextmanager |
| 4 | from pydantic import BaseModel |
nothing calls this directly
no outgoing calls
no test coverage detected