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

Class ObserverA

packages/core/src/__tests__/unit/component.unit.ts:227–229  ·  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 {
231 async stop() {}
232 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected