MCPcopy
hub / github.com/7836246/cursor2api / ok

Function ok

test/e2e-chat.mjs:23–23  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

21 cyan: '\x1b[36m', blue: '\x1b[34m', magenta: '\x1b[35m',
22};
23const ok = (s) => `${C.green}✅ ${s}${C.reset}`;
24const err = (s) => `${C.red}❌ ${s}${C.reset}`;
25const hdr = (s) => `\n${C.bold}${C.cyan}━━━ ${s} ━━━${C.reset}`;
26const dim = (s) => `${C.dim}${s}${C.reset}`;

Callers 2

testFunction · 0.70
e2e-chat.mjsFile · 0.70

Calls

no outgoing calls

Tested by 1

testFunction · 0.56