| 56 | * A context-based registry for life cycle observers |
| 57 | */ |
| 58 | export class LifeCycleObserverRegistry implements LifeCycleObserver { |
| 59 | constructor( |
| 60 | @inject.context() |
| 61 | protected readonly context: Context, |
nothing calls this directly
no outgoing calls
no test coverage detected