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

Method SubIterators

graph/iterator.go:130–130  ·  view source on GitHub ↗

Return a slice of the subiterators for this iterator.

()

Source from the content-addressed store, hash-verified

128
129 // Return a slice of the subiterators for this iterator.
130 SubIterators() []Iterator
131}
132
133// IteratorFuture is an optional interface for legacy Iterators that support direct conversion

Callers 5

DescribeIteratorFunction · 0.65
HeightFunction · 0.65
Height2Function · 0.65
DumpStatsFunction · 0.65
makeNodeMethod · 0.65

Implementers 5

legacyItergraph/shape.go
Int64graph/iterator/iterator_test.go
Nullgraph/iterator/iterator.go
Errorgraph/iterator/iterator.go
Iteratorgraph/gaedatastore/iterator.go

Calls

no outgoing calls

Tested by

no test coverage detected