| 357 | } |
| 358 | |
| 359 | type IteratorOption struct { |
| 360 | definitionLevel int |
| 361 | iter Iterator |
| 362 | optional bool |
| 363 | param any |
| 364 | } |
| 365 | |
| 366 | func WithIterator(definitionLevel int, iter Iterator, optional bool, param any) IteratorOption { |
| 367 | return IteratorOption{ |
nothing calls this directly
no outgoing calls
no test coverage detected