Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/vastsa/FileCodeBox
/ is_setup_path
Function
is_setup_path
main.py:664–665 ·
view source on GitHub ↗
(path: str)
Source
from the content-addressed store, hash-verified
662
663
664
def
is_setup_path(path: str) -> bool:
665
return
path.rstrip(
"/"
) ==
"/setup"
666
667
668
def
wants_html_response(request: Request) -> bool:
Callers
1
refresh_settings_middleware
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected