MCPcopy
hub / github.com/codeaashu/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 memoize from 'lodash-es/memoize.js'
4import { homedir } from 'os'

Callers

nothing calls this directly

Calls 13

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

Tested by

no test coverage detected