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

Method Result

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

Returns the current result.

()

Source from the content-addressed store, hash-verified

62
63 // Returns the current result.
64 Result() Ref
65
66 // These methods are the heart and soul of the iterator, as they constitute
67 // the iteration interface.

Callers 15

ReadQuadMethod · 0.65
ResultMethod · 0.65
EachMethod · 0.65
AllMethod · 0.65
FirstMethod · 0.65
SendMethod · 0.65
SendValuesMethod · 0.65
IteratedQuadsFunction · 0.65
IteratedStringsFunction · 0.65
IteratedValuesFunction · 0.65

Implementers 15

legacyItergraph/shape.go
allIteratorNextgraph/kv/all_iterator.go
allIteratorContainsgraph/kv/all_iterator.go
quadIteratorNextgraph/kv/quad_iterator.go
quadIteratorContainsgraph/kv/quad_iterator.go
iteratorNextgraph/nosql/iterator.go
iteratorContainsgraph/nosql/iterator.go
allIteratorNextgraph/memstore/all_iterator.go
allIteratorContainsgraph/memstore/all_iterator.go
iteratorNextgraph/memstore/iterator.go
iteratorContainsgraph/memstore/iterator.go
uniqueNextgraph/iterator/unique.go

Calls

no outgoing calls

Tested by 12

TestLinksToFunction · 0.52
TestRecursiveNextFunction · 0.52
TestValueComparisonFunction · 0.52
TestAndAndFixedIteratorsFunction · 0.52
TestAllIteratorsFunction · 0.52
TestCountFunction · 0.52
iteratedFunction · 0.52
TestOrIteratorErrFunction · 0.52