MCPcopy Create free account
hub / github.com/codeaashu/claude-code / constructor

Method constructor

src/utils/ripgrep.ts:99–105  ·  view source on GitHub ↗
(
    message: string,
    public readonly partialResults: string[],
  )

Source from the content-addressed store, hash-verified

97 */
98export class RipgrepTimeoutError extends Error {
99 constructor(
100 message: string,
101 public readonly partialResults: string[],
102 ) {
103 super(message)
104 this.name = 'RipgrepTimeoutError'
105 }
106}
107
108function ripGrepRaw(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected