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

Method NewIterator

src/leveldb/table/table_test.cc:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 return Status::OK();
199 }
200 Iterator* NewIterator() const override {
201 return block_->NewIterator(comparator_);
202 }
203
204 private:
205 const Comparator* const comparator_;

Callers

nothing calls this directly

Calls 1

NewIteratorMethod · 0.45

Tested by

no test coverage detected