| 168 | } // namespace |
| 169 | |
| 170 | Iterator* NewTwoLevelIterator(Iterator* index_iter, const BlockFunction& block_function, void* arg, |
| 171 | const ReadOptions& options) { |
| 172 | return new TwoLevelIterator(index_iter, block_function, arg, options); |
| 173 | } |
| 174 | |
| 175 | } // namespace leveldb |
no outgoing calls
no test coverage detected