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

Struct quadIterator

graph/kv/quad_iterator.go:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48var _ graph.IteratorShapeCompat = &quadIterator{}
49
50type quadIterator struct {
51 qs *QuadStore
52 ind QuadIndex
53 vals []uint64
54
55 size graph.Size
56 err error
57}
58
59func newQuadIterator(qs *QuadStore, ind QuadIndex, vals []uint64) *quadIterator {
60 return &quadIterator{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected