()
| 46 | |
| 47 | @app.get("/depth/get_options") |
| 48 | async def get_options(): |
| 49 | return {"options": sorted([x.name.lower() for x in go])} |
| 50 | |
| 51 | # TODO: some potential inputs not supported (like custom depthmaps) |
| 52 | @app.post("/depth/generate") |
nothing calls this directly
no outgoing calls
no test coverage detected