MCPcopy Create free account
hub / github.com/ChinaSiro/claude-code-sourcemap / ripgrep.ts

File ripgrep.ts

restored-src/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 15

logErrorFunction · 0.90
isEnvDefinedFalsyFunction · 0.85
isInBundledModeFunction · 0.85
ripGrepFileCountFunction · 0.85
execFileNoThrowFunction · 0.85
logForDebuggingFunction · 0.85
logEventFunction · 0.85
nowMethod · 0.80
findExecutableFunction · 0.70
joinMethod · 0.45
resolveMethod · 0.45
forEachMethod · 0.45

Tested by

no test coverage detected