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

Method NewConcatenatingIterator

src/leveldb/db/version_set.cc:223–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223Iterator* Version::NewConcatenatingIterator(const ReadOptions& options,
224 int level) const {
225 return NewTwoLevelIterator(
226 new LevelFileNumIterator(vset_->icmp_, &files_[level]), &GetFileIterator,
227 vset_->table_cache_, options);
228}
229
230void Version::AddIterators(const ReadOptions& options,
231 std::vector<Iterator*>* iters) {

Callers

nothing calls this directly

Calls 1

NewTwoLevelIteratorFunction · 0.85

Tested by

no test coverage detected