Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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(
"/"
)
858
async
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
APIResponse
Class · 0.90
build_public_config
Function · 0.85
Tested by
no test coverage detected