| 276 | } |
| 277 | |
| 278 | type pageFileClosingIterator struct { |
| 279 | iter *spansetIterator |
| 280 | pageFile *pageFile |
| 281 | } |
| 282 | |
| 283 | var _ traceql.SpansetIterator = (*pageFileClosingIterator)(nil) |
| 284 |
nothing calls this directly
no outgoing calls
no test coverage detected