MCPcopy 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

ContentsMethod · 0.45
AllEntriesForMethod · 0.45
IterStatusMethod · 0.45
TESTFunction · 0.45
CompareIteratorsFunction · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected