MCPcopy Create free account
hub / github.com/freecodexyz/free-code /

Class

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

Source from the content-addressed store, hash-verified

96 * This allows callers to distinguish between "no matches" and "timed out".
97 */
98export class RipgrepTimeoutError extends Error {
99 constructor(
100 message: string,
101 public readonly partialResults: string[],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected