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

Method error

src/utils/stream.ts:60–68  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

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

Callers 15

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

Calls

no outgoing calls

Tested by 1

pullFunction · 0.36