MCPcopy
hub / github.com/claude-code-best/claude-code / ripgrep.ts

File ripgrep.ts

src/utils/ripgrep.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { ChildProcess, ExecFileException } from 'child_process'
2import { execFile, spawn } from 'child_process'
3import { existsSync } from 'fs'
4import memoize from 'lodash-es/memoize.js'

Callers

nothing calls this directly

Calls 14

isEnvDefinedFalsyFunction · 0.85
isInBundledModeFunction · 0.85
ripGrepFileCountFunction · 0.85
logEventFunction · 0.85
textMethod · 0.80
nowMethod · 0.80
findExecutableFunction · 0.70
logErrorFunction · 0.70
execFileNoThrowFunction · 0.70
logForDebuggingFunction · 0.70
resolveMethod · 0.45

Tested by

no test coverage detected