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

Method NewIterator

src/leveldb/table/table_test.cc:238–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 }
237
238 Iterator* NewIterator() const override {
239 return table_->NewIterator(ReadOptions());
240 }
241
242 uint64_t ApproximateOffsetOf(const Slice& key) const {
243 return table_->ApproximateOffsetOf(key);

Callers

nothing calls this directly

Calls 2

ReadOptionsClass · 0.70
NewIteratorMethod · 0.45

Tested by

no test coverage detected