MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / snapshot

Method snapshot

src/web/selfcheck_scheduler.py:113–115  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111 }
112
113 def snapshot(self) -> Dict[str, Any]:
114 with self._lock:
115 return self._snapshot_locked()
116
117 def notify_schedule_updated(self) -> Dict[str, Any]:
118 now = _utc_now()

Callers 5

api_selfcheck_run_nowFunction · 0.45
api_selfcheck_runtimeFunction · 0.45

Calls 1

_snapshot_lockedMethod · 0.95

Tested by

no test coverage detected