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

Class ObserverB

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

Source from the content-addressed store, hash-verified

228 async start() {}
229 }
230 class ObserverB implements LifeCycleObserver {
231 async stop() {}
232 }
233
234 const component: Component = {
235 lifeCycleObservers: [ObserverA, ObserverB],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected