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

Function warn

test/e2e-agentic.mjs:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26const ok = s => `${C.green}✅ ${s}${C.reset}`;
27const fail = s => `${C.red}❌ ${s}${C.reset}`;
28const warn = s => `${C.yellow}⚠ ${s}${C.reset}`;
29const hdr = s => `\n${C.bold}${C.cyan}━━━ ${s} ━━━${C.reset}`;
30const tool = s => ` ${C.magenta}🔧 ${s}${C.reset}`;
31const info = s => ` ${C.gray}${s}${C.reset}`;

Callers 1

e2e-agentic.mjsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected