MCPcopy Create free account
hub / github.com/ElementsProject/elements / NewErrorIterator

Function NewErrorIterator

src/leveldb/table/iterator.cc:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70Iterator* NewEmptyIterator() { return new EmptyIterator(Status::OK()); }
71
72Iterator* NewErrorIterator(const Status& status) {
73 return new EmptyIterator(status);
74}
75
76} // namespace leveldb

Callers 4

BlockReaderMethod · 0.85
NewIteratorMethod · 0.85
NewIteratorMethod · 0.85
GetFileIteratorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected