MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeWiki / get_job_status

Function get_job_status

codewiki/src/fe/web_app.py:55–57  ·  view source on GitHub ↗

API endpoint to get job status.

(job_id: str)

Source from the content-addressed store, hash-verified

53
54
55@app.get("/docs/{job_id}")
56async def view_docs(job_id: str):
57 """View generated documentation."""
58 return await web_routes.view_docs(job_id)
59
60

Callers

nothing calls this directly

Calls 1

get_job_statusMethod · 0.45

Tested by

no test coverage detected