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

Function err

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

Source from the content-addressed store, hash-verified

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}`;
27

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by 1

testFunction · 0.68