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

Function ids

test/verify-checkers.test.ts:4–4  ·  view source on GitHub ↗
(files: string[])

Source from the content-addressed store, hash-verified

2import { pickChecker, pickCheckers } from '../src/tools/diagnostics/checkers.js';
3
4const ids = (files: string[]) => pickCheckers(new Set(files)).map(c => c.id);
5
6describe('pickCheckers — one checker per language (polyglot verification)', () => {
7 it('monolingual TS project returns exactly tsc — same as the old single pickChecker', () => {

Callers 1

Calls 1

pickCheckersFunction · 0.85

Tested by

no test coverage detected