Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tc39/proposal-observable
/ closed
Function
closed
src/Observable.js:129–129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
127
128
Subscription.prototype = nonEnum({
129
get closed() {
return
subscriptionClosed(this) },
130
unsubscribe() { closeSubscription(this) },
131
});
132
Callers
nothing calls this directly
Calls
1
subscriptionClosed
Function · 0.85
Tested by
no test coverage detected