MCPcopy
hub / github.com/openai/codex-plugin-cc / nowIso

Function nowIso

plugins/codex/scripts/lib/state.mjs:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13const MAX_JOBS = 50;
14
15function nowIso() {
16 return new Date().toISOString();
17}
18
19function defaultState() {
20 return {

Callers 2

handleCancelFunction · 0.90
upsertJobFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected