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

Struct iterator2

graph/nosql/iterator.go:77–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75var _ graph.IteratorShapeCompat = (*iterator2)(nil)
76
77type iterator2 struct {
78 qs *QuadStore
79 collection string
80 limit int64
81 constraint []nosql.FieldFilter
82 links []Linkage // used in Contains
83
84 size graph.Size
85 err error
86}
87
88func newLinksToIterator(qs *QuadStore, collection string, links []Linkage) *iterator2 {
89 filters := linkageToFilters(links)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected