MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / mk

Function mk

test/eval-score.test.ts:68–69  ·  view source on GitHub ↗
(id: string, passed: boolean, iters: number, tools: number, cost: number, ms: number)

Source from the content-addressed store, hash-verified

66
67describe('summarize', () => {
68 const mk = (id: string, passed: boolean, iters: number, tools: number, cost: number, ms: number): TaskRunResult =>
69 ({ id, passed, reasons: [], iterations: iters, toolCalls: tools, costUsd: cost, wallMs: ms });
70
71 it('computes pass rate and averages', () => {
72 const s = summarize([

Callers 1

eval-score.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected