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

Function tally

benchmarks/audit/solve.ts:197–198  ·  view source on GitHub ↗
(sel: (r: (typeof rows)[number]) => Verdict, pred: (c: Case) => boolean)

Source from the content-addressed store, hash-verified

195}
196
197// --- run -------------------------------------------------------------------
198const SYM: Record<Verdict, string> = {
199 correct: '✅',
200 partial: '🟡',
201 wrong: '❌',

Callers 2

solve.tsFile · 0.70
lineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected