* Creates a new CollectionLifecycleManager instance
(config: CollectionConfig<TOutput, TKey, TSchema>, id: string)
| 41 | * Creates a new CollectionLifecycleManager instance |
| 42 | */ |
| 43 | constructor(config: CollectionConfig<TOutput, TKey, TSchema>, id: string) { |
| 44 | this.config = config |
| 45 | this.id = id |
| 46 | } |
| 47 | |
| 48 | setDeps(deps: { |
| 49 | indexes: CollectionIndexesManager<TOutput, TKey, TSchema, TInput> |
nothing calls this directly
no outgoing calls
no test coverage detected