| 49 | var _ graph.IteratorShapeCompat = &iterator2{} |
| 50 | |
| 51 | type iterator2 struct { |
| 52 | qs *QuadStore |
| 53 | tree *Tree |
| 54 | d quad.Direction |
| 55 | value int64 |
| 56 | } |
| 57 | |
| 58 | func newIterator(tree *Tree, qs *QuadStore, d quad.Direction, value int64) *iterator2 { |
| 59 | return &iterator2{ |
nothing calls this directly
no outgoing calls
no test coverage detected