Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
};
23
const
ok = (s) => `${C.green}✅ ${s}${C.reset}`;
24
const
err = (s) => `${C.red}❌ ${s}${C.reset}`;
25
const
hdr = (s) => `\n${C.bold}${C.cyan}━━━ ${s} ━━━${C.reset}`;
26
const
dim = (s) => `${C.dim}${s}${C.reset}`;
27
Callers
1
test
Function · 0.85
Calls
no outgoing calls
Tested by
1
test
Function · 0.68