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

Function is_recent

mobile_codex_control.py:243–245  ·  view source on GitHub ↗
(value: str | None, minutes: int = PHONE_ACTIVITY_WINDOW_MINUTES)

Source from the content-addressed store, hash-verified

241
242
243def is_recent(value: str | None, minutes: int = PHONE_ACTIVITY_WINDOW_MINUTES) -> bool:
244 delta = minutes_since(value)
245 return delta is not None and delta <= minutes
246
247
248def summarize_connection_error(message: str) -> str:

Callers 1

collect_statusFunction · 0.85

Calls 1

minutes_sinceFunction · 0.85

Tested by

no test coverage detected