Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ Valid
Method
Valid
src/leveldb/table/merger.cc:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
~MergingIterator() override { delete[] children_; }
28
29
bool Valid() const override { return (current_ != nullptr); }
30
31
void SeekToFirst() override {
32
for (int i = 0; i < n_; i++) {
Callers
4
Next
Method · 0.45
Prev
Method · 0.45
FindSmallest
Method · 0.45
FindLargest
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected