MCPcopy Create free account
hub / github.com/loopbackio/loopback-next /

Class

packages/core/src/lifecycle-registry.ts:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 * A context-based registry for life cycle observers
57 */
58export class LifeCycleObserverRegistry implements LifeCycleObserver {
59 constructor(
60 @inject.context()
61 protected readonly context: Context,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected