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

Function index_get

codewiki/src/fe/web_app.py:43–45  ·  view source on GitHub ↗

Main page with form for submitting GitHub repositories.

(request: Request)

Source from the content-addressed store, hash-verified

41# Register routes
42@app.get("/", response_class=HTMLResponse)
43async def index_get(request: Request):
44 """Main page with form for submitting GitHub repositories."""
45 return await web_routes.index_get(request)
46
47
48@app.post("/", response_class=HTMLResponse)

Callers

nothing calls this directly

Calls 1

index_getMethod · 0.80

Tested by

no test coverage detected