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

Method NewIterator

src/leveldb/table/table_test.cc:321–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319 return Status::OK();
320 }
321 Iterator* NewIterator() const override {
322 return new KeyConvertingIterator(memtable_->NewIterator());
323 }
324
325 private:
326 const InternalKeyComparator internal_comparator_;

Callers

nothing calls this directly

Calls 1

NewIteratorMethod · 0.45

Tested by

no test coverage detected