MCPcopy Create free account
hub / github.com/apache/kvrocks / GetIter

Method GetIter

src/storage/iterator.cc:201–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199void WALBatchExtractor::Clear() { items_.clear(); }
200
201WALBatchExtractor::Iter WALBatchExtractor::GetIter() { return Iter(&items_); }
202
203bool WALBatchExtractor::Iter::Valid() { return items_ && cur_ < items_->size(); }
204

Callers 1

nextBatchMethod · 0.80

Calls 1

IterClass · 0.85

Tested by

no test coverage detected