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