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

Method Err

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

Err returns any error that was encountered by the Iterator.

()

Source from the content-addressed store, hash-verified

85
86 // Err returns any error that was encountered by the Iterator.
87 Err() error
88
89 // TODO: make a requirement that Err should return ErrClosed after Close is called
90

Callers 15

ReadQuadMethod · 0.65
SkipQuadMethod · 0.65
StatsMethod · 0.65
ErrMethod · 0.65
EachMethod · 0.65
CountMethod · 0.65
AllMethod · 0.65
FirstMethod · 0.65
SendMethod · 0.65
TagEachMethod · 0.65
SendValuesMethod · 0.65
initBloomFilterMethod · 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 10

TestAndIteratorErrFunction · 0.52
TestNotIteratorErrFunction · 0.52
TestOrIteratorErrFunction · 0.52
TestHasAIteratorErrFunction · 0.52