MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / verify-checkers.test.ts

File verify-checkers.test.ts

test/verify-checkers.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { pickChecker, pickCheckers } from '../src/tools/diagnostics/checkers.js';
3
4const ids = (files: string[]) => pickCheckers(new Set(files)).map(c => c.id);

Callers

nothing calls this directly

Calls 3

pickCheckersFunction · 0.85
pickCheckerFunction · 0.85
idsFunction · 0.70

Tested by

no test coverage detected