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

Function get_config

main.py:858–859  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

856
857@app.post("/")
858async def get_config():
859 return APIResponse(detail=build_public_config())
860
861
862@app.get("/api/v1/config")

Callers

nothing calls this directly

Calls 2

APIResponseClass · 0.90
build_public_configFunction · 0.85

Tested by

no test coverage detected