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

Function pickChecker

src/tools/diagnostics/checkers.ts:165–167  ·  view source on GitHub ↗
(files: Set<string>)

Source from the content-addressed store, hash-verified

163
164/** First checker whose detect() fires for the given root entries, or undefined. */
165export function pickChecker(files: Set<string>): CheckerSpec | undefined {
166 return CHECKERS.find(c => c.detect(files));
167}
168
169/**
170 * Every checker that applies to this project, deduplicated to ONE per language. The

Callers 2

executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected