Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
ReadQuad
Method · 0.65
Result
Method · 0.65
Each
Method · 0.65
All
Method · 0.65
First
Method · 0.65
Send
Method · 0.65
SendValues
Method · 0.65
TestIteratorsAndNextResultOrderA
Function · 0.65
IteratedQuads
Function · 0.65
IteratedStrings
Function · 0.65
IteratedValues
Function · 0.65
TestIteratorsAndNextResultOrderA
Function · 0.65
Implementers
15
legacyIter
graph/shape.go
allIteratorNext
graph/kv/all_iterator.go
allIteratorContains
graph/kv/all_iterator.go
quadIteratorNext
graph/kv/quad_iterator.go
quadIteratorContains
graph/kv/quad_iterator.go
iteratorNext
graph/nosql/iterator.go
iteratorContains
graph/nosql/iterator.go
allIteratorNext
graph/memstore/all_iterator.go
allIteratorContains
graph/memstore/all_iterator.go
iteratorNext
graph/memstore/iterator.go
iteratorContains
graph/memstore/iterator.go
uniqueNext
graph/iterator/unique.go
Calls
no outgoing calls
Tested by
12
TestIteratorsAndNextResultOrderA
Function · 0.52
TestIteratorsAndNextResultOrderA
Function · 0.52
TestLinksTo
Function · 0.52
TestRecursiveNext
Function · 0.52
TestValueComparison
Function · 0.52
TestAndAndFixedIterators
Function · 0.52
TestAllIterators
Function · 0.52
TestCount
Function · 0.52
TestResolverIteratorIterate
Function · 0.52
TestResolverIteratorNotFoundError
Function · 0.52
iterated
Function · 0.52
TestOrIteratorErr
Function · 0.52