()
| 124 | private collection!: Collection<any, any, any, any, any> |
| 125 | |
| 126 | constructor() { |
| 127 | super() |
| 128 | } |
| 129 | |
| 130 | setDeps(deps: { collection: Collection<any, any, any, any, any> }) { |
| 131 | this.collection = deps.collection |
nothing calls this directly
no outgoing calls
no test coverage detected