* Check if an observer is subscribed to this context * @param observer - Context observer
(observer: ContextObserver)
| 434 | * @param observer - Context observer |
| 435 | */ |
| 436 | isSubscribed(observer: ContextObserver) { |
| 437 | return this.subscriptionManager.isSubscribed(observer); |
| 438 | } |
| 439 | |
| 440 | /** |
| 441 | * Create a view of the context chain with the given binding filter |
no outgoing calls
no test coverage detected