MCPcopy Index your code
hub / github.com/vastsa/FileCodeBox / setup_page

Function setup_page

main.py:771–774  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

769@app.get("/setup", include_in_schema=False)
770@app.get("/setup/", include_in_schema=False)
771async def setup_page():
772 if is_runtime_initialized():
773 return RedirectResponse(url="/", status_code=303)
774 return setup_response(build_setup_page())
775
776
777@app.post("/setup", include_in_schema=False)

Callers

nothing calls this directly

Calls 3

is_runtime_initializedFunction · 0.90
setup_responseFunction · 0.85
build_setup_pageFunction · 0.85

Tested by

no test coverage detected