Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
199
void WALBatchExtractor::Clear() { items_.clear(); }
200
201
WALBatchExtractor::Iter WALBatchExtractor::GetIter() { return Iter(&items_); }
202
203
bool WALBatchExtractor::Iter::Valid() { return items_ && cur_ < items_->size(); }
204
Callers
1
nextBatch
Method · 0.80
Calls
1
Iter
Class · 0.85
Tested by
no test coverage detected