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

Struct quadIteratorNext

graph/kv/quad_iterator.go:123–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123type quadIteratorNext struct {
124 qs *QuadStore
125 ind QuadIndex
126 vals []uint64
127
128 tx kv.Tx
129 it kv.Iterator
130 done bool
131
132 err error
133 off int
134 ids []uint64
135 buf []*proto.Primitive
136 prim *proto.Primitive
137}
138
139func newQuadIteratorNext(qs *QuadStore, ind QuadIndex, vals []uint64) *quadIteratorNext {
140 return &quadIteratorNext{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected