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

Function __setRipgrepAvailable

src/utils/ripgrep.ts:33–35  ·  view source on GitHub ↗
(v: boolean | null)

Source from the content-addressed store, hash-verified

31
32/** Test hook: force the availability cache (pass `null` to clear and re-probe). */
33export function __setRipgrepAvailable(v: boolean | null): void {
34 ripgrepAvailable = v;
35}
36
37// Mirror the indexer's ignore list so fallback results match what gets indexed.
38const IGNORED_DIRS = new Set([

Callers 1

codegraph.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected