MCPcopy 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
22function log(msg: string): void {
23 console.log(`[${now()}] ${msg}`);
24}
25
26function usage(): never {
27 console.error(

Callers 3

waitUntilIdleFunction · 0.85
sendWithBusyRetryFunction · 0.85
nudge-root.tsFile · 0.85

Calls 1

nowFunction · 0.85

Tested by

no test coverage detected