MCPcopy Create free account
hub / github.com/cursor/plugins / now

Function now

orchestrate/skills/orchestrate/scripts/tools/nudge-root.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16const DEFAULT_MAX_WAIT_S = 600;
17
18function now(): string {
19 return new Date().toISOString();
20}
21
22function log(msg: string): void {
23 console.log(`[${now()}] ${msg}`);

Callers 2

logFunction · 0.85
runOrchestrateLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected