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

Class

packages/core/src/__tests__/unit/component.unit.ts:227–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225
226 it('binds multiple life cycle observers from component', () => {
227 class ObserverA implements LifeCycleObserver {
228 async start() {}
229 }
230 class ObserverB implements LifeCycleObserver {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected