Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ Valid
Method
Valid
src/leveldb/db/db_test.cc:2094–2094 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2092
if (owned_) delete map_;
2093
}
2094
bool Valid() const override { return iter_ != map_->end(); }
2095
void SeekToFirst() override { iter_ = map_->begin(); }
2096
void SeekToLast() override {
2097
if (map_->empty()) {
Callers
5
Contents
Method · 0.45
AllEntriesFor
Method · 0.45
IterStatus
Method · 0.45
TEST
Function · 0.45
CompareIterators
Function · 0.45
Calls
1
end
Method · 0.45
Tested by
no test coverage detected