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

Class

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

Source from the content-addressed store, hash-verified

166
167 it('returns true for class extending LifeCycleObserver', () => {
168 class BaseObserver implements LifeCycleObserver {
169 async start() {}
170 }
171 class DerivedObserver extends BaseObserver {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected