MCPcopy Create free account
hub / github.com/StarsTom/mobileCodexHelper / stack_is_running

Function stack_is_running

mobile_codex_control.py:866–869  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

864
865
866def stack_is_running() -> bool:
867 app_ok, _ = http_health(APP_HEALTH_URL, timeout=1.5)
868 proxy_ok, _ = http_health(PROXY_HEALTH_URL, timeout=1.5)
869 return app_ok and proxy_ok
870
871
872def remote_publish_is_enabled() -> bool:

Callers

nothing calls this directly

Calls 1

http_healthFunction · 0.85

Tested by

no test coverage detected