MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / note

Function note

benchmarks/audit/solve.ts:245–246  ·  view source on GitHub ↗
(x: { v: Verdict; note?: string })

Source from the content-addressed store, hash-verified

243for (const cat of cats) {
244 const n = cases.filter((c) => c.cat === cat).length;
245 md.push(
246 `| ${cat} | ${n} | ${tally((r) => r.ce.v, (c) => c.cat === cat)} | ` +
247 `${tally((r) => r.rf.v, (c) => c.cat === cat)} | ` +
248 `${tally((r) => r.sy.v, (c) => c.cat === cat)} | ` +
249 `${tally((r) => r.wo.v, (c) => c.cat === cat)} |`

Callers 1

solve.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected