| 326 | } |
| 327 | |
| 328 | type PoolOption struct { |
| 329 | pool *ResultPool |
| 330 | } |
| 331 | |
| 332 | // WithPool allows setting a custom result pool for this iterator. Custom pooling |
| 333 | // can be useful to keep similar sized results together or to isolate data. By |
nothing calls this directly
no outgoing calls
no test coverage detected