Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cursor/plugins
/ log
Function
log
orchestrate/skills/orchestrate/scripts/tools/nudge-root.ts:22–24 ·
view source on GitHub ↗
(msg: string)
Source
from the content-addressed store, hash-verified
20
}
21
22
function
log(msg: string): void {
23
console.log(`[${now()}] ${msg}`);
24
}
25
26
function
usage(): never {
27
console.error(
Callers
3
waitUntilIdle
Function · 0.85
sendWithBusyRetry
Function · 0.85
nudge-root.ts
File · 0.85
Calls
1
now
Function · 0.85
Tested by
no test coverage detected