MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / error

Method error

source code/utils/stream.ts:61–69  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

59 }
60
61 error(error: unknown) {
62 this.hasError = error
63 if (this.readReject) {
64 const reject = this.readReject
65 this.readResolve = undefined
66 this.readReject = undefined
67 reject(error)
68 }
69 }
70
71 return(): Promise<IteratorResult<T, unknown>> {
72 this.isDone = true

Callers 15

runFunction · 0.45
setupFunction · 0.45
maybeDumpStateForDebugFunction · 0.45
windowsPaths.tsFile · 0.45
assertMinVersionFunction · 0.45
installGlobalPackageFunction · 0.45
_runAndCacheFunction · 0.45
refreshAwsAuthFunction · 0.45
refreshGcpAuthFunction · 0.45
exitWithErrorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected