| 314 | } |
| 315 | |
| 316 | type CollectorOption struct { |
| 317 | collector Collector |
| 318 | } |
| 319 | |
| 320 | func (c CollectorOption) applyToLeftJoinIterator(j *LeftJoinIterator) { |
| 321 | j.collector = c.collector |
nothing calls this directly
no outgoing calls
no test coverage detected