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

Function _remote_ok

mobile_codex_control.py:888–890  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

886
887def wait_for_remote_reachable(timeout: float = 8.0) -> bool:
888 def _remote_ok() -> bool:
889 status = collect_status()
890 return bool(status["summary"]["remote_reachable"])
891
892 return wait_for(_remote_ok, timeout=timeout, interval=1.0)
893

Callers

nothing calls this directly

Calls 1

collect_statusFunction · 0.85

Tested by

no test coverage detected