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

Struct iterator2

graph/memstore/iterator.go:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49var _ graph.IteratorShapeCompat = &iterator2{}
50
51type iterator2 struct {
52 qs *QuadStore
53 tree *Tree
54 d quad.Direction
55 value int64
56}
57
58func newIterator(tree *Tree, qs *QuadStore, d quad.Direction, value int64) *iterator2 {
59 return &iterator2{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected