MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / isSubscribed

Method isSubscribed

packages/context/src/context.ts:436–438  ·  view source on GitHub ↗

* Check if an observer is subscribed to this context * @param observer - Context observer

(observer: ContextObserver)

Source from the content-addressed store, hash-verified

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

Callers 2

openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected