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

Method complete

src/observable.ts:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 public complete() {
34 this[$observers].forEach(observer => observer.complete())
35 }
36
37 public error(error: any) {
38 this[$observers].forEach(observer => observer.error(error))

Callers 7

observable.test.tsFile · 0.45
finishFunction · 0.45
count-to-five.tsFile · 0.45
terminateMethod · 0.45
createObservableForJobFunction · 0.45
createEventObservableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected