Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
const
DEFAULT_MAX_WAIT_S = 600;
17
18
function
now(): string {
19
return
new
Date().toISOString();
20
}
21
22
function
log(msg: string): void {
23
console.log(`[${now()}] ${msg}`);
Callers
2
log
Function · 0.85
runOrchestrateLoop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected