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

Struct iteratorNext

graph/nosql/iterator.go:161–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161type iteratorNext struct {
162 qs *QuadStore
163 collection string
164 limit int64
165 constraint []nosql.FieldFilter
166
167 iter nosql.DocIterator
168 result graph.Ref
169 err error
170}
171
172func newIteratorNext(qs *QuadStore, collection string, constraints []nosql.FieldFilter, limit int64) *iteratorNext {
173 return &iteratorNext{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected