()
| 42 | def depth_api(_: gr.Blocks, app: FastAPI): |
| 43 | @app.get("/depth/version") |
| 44 | async def version(): |
| 45 | return {"version": SCRIPT_VERSION} |
| 46 | |
| 47 | @app.get("/depth/get_options") |
| 48 | async def get_options(): |
nothing calls this directly
no outgoing calls
no test coverage detected