MCPcopy Create free account
hub / github.com/ElementsProject/elements / Valid

Method Valid

src/leveldb/table/table_test.cc:270–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 ~KeyConvertingIterator() override { delete iter_; }
269
270 bool Valid() const override { return iter_->Valid(); }
271 void Seek(const Slice& target) override {
272 ParsedInternalKey ikey(target, kMaxSequenceNumber, kTypeValue);
273 std::string encoded;

Callers 5

TestForwardScanMethod · 0.45
TestBackwardScanMethod · 0.45
TestRandomAccessMethod · 0.45
ToStringMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected