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

Function NewEmptyIterator

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

Source from the content-addressed store, hash-verified

68} // anonymous namespace
69
70Iterator* NewEmptyIterator() { return new EmptyIterator(Status::OK()); }
71
72Iterator* NewErrorIterator(const Status& status) {
73 return new EmptyIterator(status);

Callers 2

NewMergingIteratorFunction · 0.85
NewIteratorMethod · 0.85

Calls 1

OKFunction · 0.85

Tested by

no test coverage detected