MCPcopy
hub / github.com/loopbackio/loopback-next / ObserverB

Class ObserverB

packages/core/src/__tests__/unit/lifecycle.unit.ts:407–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405 }
406
407 @lifeCycleObserver('group-b')
408 class ObserverB implements LifeCycleObserver {
409 async start() {}
410 }
411
412 const ctx = new Context();
413 ctx.bind('observer.a').toInjectable(ObserverA);

Callers

nothing calls this directly

Calls 1

lifeCycleObserverFunction · 0.85

Tested by

no test coverage detected