* Creates a new CollectionChangesManager instance
()
| 34 | * Creates a new CollectionChangesManager instance |
| 35 | */ |
| 36 | constructor() {} |
| 37 | |
| 38 | public setDeps(deps: { |
| 39 | lifecycle: CollectionLifecycleManager<TOutput, TKey, TSchema, TInput> |
nothing calls this directly
no outgoing calls
no test coverage detected