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

Method NodesAllIterator

graph/quadstore.go:120–120  ·  view source on GitHub ↗

Returns an iterator enumerating all nodes in the graph.

()

Source from the content-addressed store, hash-verified

118
119 // Returns an iterator enumerating all nodes in the graph.
120 NodesAllIterator() Iterator
121
122 // Returns an iterator enumerating all links in the graph.
123 QuadsAllIterator() Iterator

Callers 12

serveNodesWithPropsMethod · 0.65
loadIteratorToDepthMethod · 0.65
TestIteratorFunction · 0.65
TestHasAFunction · 0.65
TestAddRemoveFunction · 0.65
TestCompareTypedValuesFunction · 0.65
TestNodeDeleteFunction · 0.65
TestRecursiveNextPathFunction · 0.65
BuildIteratorMethod · 0.65
BuildIteratorMethod · 0.65

Implementers 1

QuadStoregraph/gaedatastore/quadstore.go

Calls

no outgoing calls

Tested by 8

TestIteratorFunction · 0.52
TestHasAFunction · 0.52
TestAddRemoveFunction · 0.52
TestCompareTypedValuesFunction · 0.52
TestNodeDeleteFunction · 0.52
TestRecursiveNextPathFunction · 0.52