MCPcopy
hub / github.com/cayleygraph/cayley / iterator2

Struct iterator2

graph/sql/iterator.go:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88type iterator2 struct {
89 qs *QuadStore
90 query Select
91 err error
92}
93
94func (it *iterator2) Iterate() graph.Scanner {
95 return newIteratorNext(it.qs, it.query)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected