Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tc39/proposal-observable
/ subscriptionClosed
Function
subscriptionClosed
src/Observable.js:57–60 ·
view source on GitHub ↗
(subscription)
Source
from the content-addressed store, hash-verified
55
}
56
57
function
subscriptionClosed(subscription) {
58
59
return
subscription._observer === undefined;
60
}
61
62
function
closeSubscription(subscription) {
63
Callers
6
closeSubscription
Function · 0.85
Subscription
Function · 0.85
closed
Function · 0.85
next
Function · 0.85
error
Function · 0.85
complete
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected