MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / quoteList

Function quoteList

apps/api/e2e/lib.ts:141–142  ·  view source on GitHub ↗
(ids: string[])

Source from the content-addressed store, hash-verified

139
140// ── ClickHouse counting (scoped to a set of session ids for run isolation) ──
141const quoteList = (ids: string[]) =>
142 ids.map((id) => `'${id.replace(/'/g, "")}'`).join(',');
143
144export async function countByName(
145 sessionIds: string[],

Callers 1

countByNameFunction · 0.85

Calls 3

joinMethod · 0.80
replaceMethod · 0.80
mapMethod · 0.45

Tested by

no test coverage detected