router.get("/status", response_model=ApiResponse)
| 1 | # src/codegraphcontext/api/router.py |
| 2 | import asyncio |
| 3 | from fastapi import APIRouter, Depends, HTTPException, BackgroundTasks |
| 4 | from typing import Dict, Any, List |
nothing calls this directly
no outgoing calls
no test coverage detected