Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FSoft-AI4Code/CodeWiki
/ view_docs
Function
view_docs
codewiki/src/fe/web_app.py:61–63 ·
view source on GitHub ↗
View generated documentation.
(job_id: str)
Source
from the content-addressed store, hash-verified
59
60
@app.get(
"/docs/{job_id}"
)
61
async
def
view_docs(job_id: str):
62
""
"View generated documentation."
""
63
return
await web_routes.view_docs(job_id)
64
65
66
@app.get(
"/static-docs/{job_id}/"
)
Callers
nothing calls this directly
Calls
1
view_docs
Method · 0.80
Tested by
no test coverage detected