MCPcopy
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
128Subscription.prototype = nonEnum({
129 get closed() { return subscriptionClosed(this) },
130 unsubscribe() { closeSubscription(this) },
131});
132

Callers

nothing calls this directly

Calls 1

subscriptionClosedFunction · 0.85

Tested by

no test coverage detected