MCPcopy
hub / github.com/opentrace/opentrace / error

Method error

ui/src/job/eventChannel.ts:56–65  ·  view source on GitHub ↗
(err: unknown)

Source from the content-addressed store, hash-verified

54 }
55
56 error(err: unknown): void {
57 if (this.closed) return;
58 this.closed = true;
59 this.err = err;
60 if (this.waiting) {
61 const w = this.waiting;
62 this.waiting = null;
63 w.reject(err);
64 }
65 }
66
67 [Symbol.asyncIterator](): AsyncIterator<T> {
68 return {

Callers 15

postUncaughtErrorMessageFunction · 0.80
usePixiLayoutFunction · 0.80
useCommunitiesFunction · 0.80
useGraphInstanceFunction · 0.80
ensureModelMethod · 0.80
settleMethod · 0.80
importDatabaseMethod · 0.80
searchNodesMethod · 0.80
startJobMethod · 0.80
useJobStreamFunction · 0.80
mainFunction · 0.80
validate-build.mjsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected