Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/T0UGH/codex-self-evolution-plugin
/ utc_now
Function
utc_now
src/codex_self_evolution/storage.py:45–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
44
45
def
utc_now() -> datetime:
46
return
datetime.now(UTC)
47
48
49
def
atomic_write_json(path: Path, payload: object) -> None:
Callers
10
test_lock_status_live_pid_with_recent_timestamp_is_not_stale
Function · 0.90
test_file_lock_refuses_to_steal_from_live_pid_in_window
Function · 0.90
test_compile_preflight_skips_empty_and_locked
Function · 0.90
list_stale_processing
Function · 0.85
claim_suggestions
Function · 0.85
finalize_suggestion
Function · 0.85
lock_status
Function · 0.85
file_lock
Function · 0.85
build_review_snapshot
Function · 0.85
stop_review
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_lock_status_live_pid_with_recent_timestamp_is_not_stale
Function · 0.72
test_file_lock_refuses_to_steal_from_live_pid_in_window
Function · 0.72
test_compile_preflight_skips_empty_and_locked
Function · 0.72