MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / getManagedRipgrepPath

Function getManagedRipgrepPath

projects/electron/src/modules/code/files.ts:227–229  ·  view source on GitHub ↗

* Get the managed ripgrep path from the binary manager.

()

Source from the content-addressed store, hash-verified

225 * Get the managed ripgrep path from the binary manager.
226 */
227function getManagedRipgrepPath(): string | null {
228 return resolveBinary("rg")
229}
230
231/**
232 * List files using ripgrep

Callers 2

getFileListFunction · 0.85
handleContentSearchFunction · 0.85

Calls 1

resolveBinaryFunction · 0.85

Tested by

no test coverage detected