Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_get_selfcheck_schedule
Function · 0.45
api_update_selfcheck_schedule
Function · 0.45
api_selfcheck_run_now
Function · 0.45
api_selfcheck_runtime
Function · 0.45
get_auto_quick_refresh_settings
Function · 0.45
Calls
1
_snapshot_locked
Method · 0.95
Tested by
no test coverage detected