MCPcopy Index your code
hub / github.com/PatrickSys/codebase-context / eval-harness.test.ts

File eval-harness.test.ts

tests/eval-harness.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it, vi } from 'vitest';
2import { CodebaseSearcher } from '../src/core/search.js';
3import type { CodeChunk, SearchResult } from '../src/types/index.js';
4import type { EvalFixture, EvalQuery } from '../src/eval/types.js';

Callers

nothing calls this directly

Calls 11

countUtf8BytesFunction · 0.90
makeSearchResultFunction · 0.85
evaluateFixtureFunction · 0.85
fixtureForSingleQueryFunction · 0.85
summarizeEvaluationFunction · 0.85
formatEvalReportFunction · 0.85
hasMethod · 0.80
createChunkFunction · 0.70
searchMethod · 0.65

Tested by

no test coverage detected