MCPcopy 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
664def is_setup_path(path: str) -> bool:
665 return path.rstrip("/") == "/setup"
666
667
668def wants_html_response(request: Request) -> bool:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected