| 86 | } |
| 87 | |
| 88 | type iterator2 struct { |
| 89 | qs *QuadStore |
| 90 | query Select |
| 91 | err error |
| 92 | } |
| 93 | |
| 94 | func (it *iterator2) Iterate() graph.Scanner { |
| 95 | return newIteratorNext(it.qs, it.query) |
nothing calls this directly
no outgoing calls
no test coverage detected