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

Function NewTwoLevelIterator

src/leveldb/table/two_level_iterator.cc:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163} // namespace
164
165Iterator* NewTwoLevelIterator(Iterator* index_iter,
166 BlockFunction block_function, void* arg,
167 const ReadOptions& options) {
168 return new TwoLevelIterator(index_iter, block_function, arg, options);
169}
170
171} // namespace leveldb

Callers 3

NewIteratorMethod · 0.85
MakeInputIteratorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected