(deps: { collection: Collection<any, any, any, any, any> })
| 128 | } |
| 129 | |
| 130 | setDeps(deps: { collection: Collection<any, any, any, any, any> }) { |
| 131 | this.collection = deps.collection |
| 132 | } |
| 133 | |
| 134 | /** |
| 135 | * Emit an event to all listeners |
nothing calls this directly
no outgoing calls
no test coverage detected