MCPcopy Create free account
hub / github.com/Noumena-Network/code /

Class

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

Source from the content-addressed store, hash-verified

88 * This allows callers to distinguish between "no matches" and "timed out".
89 */
90export class RipgrepTimeoutError extends Error {
91 constructor(
92 message: string,
93 public readonly partialResults: string[],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected