Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.45
observable-promise.test.ts
File · 0.45
finish
Function · 0.45
count-to-five.ts
File · 0.45
terminate
Method · 0.45
createObservableForJob
Function · 0.45
createEventObservable
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected