(config: CollectionConfig<TOutput, TKey, TSchema>, id: string)
| 49 | private id: string |
| 50 | |
| 51 | constructor(config: CollectionConfig<TOutput, TKey, TSchema>, id: string) { |
| 52 | this.id = id |
| 53 | this.config = config |
| 54 | } |
| 55 | |
| 56 | setDeps(deps: { |
| 57 | lifecycle: CollectionLifecycleManager<TOutput, TKey, TSchema, TInput> |
nothing calls this directly
no outgoing calls
no test coverage detected