MCPcopy Index your code
hub / github.com/andywer/threads.js / error

Method error

src/observable.ts:37–39  ·  view source on GitHub ↗
(error: any)

Source from the content-addressed store, hash-verified

35 }
36
37 public error(error: any) {
38 this[$observers].forEach(observer => observer.error(error))
39 }
40
41 public next(value: T) {
42 this[$observers].forEach(observer => observer.next(value))

Callers 6

app.jsFile · 0.45
observable.test.tsFile · 0.45
postUncaughtErrorMessageFunction · 0.45
constructorMethod · 0.45
createObservableForJobFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected