MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / Valid

Method Valid

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

Source from the content-addressed store, hash-verified

278 explicit KeyConvertingIterator(Iterator* iter) : iter_(iter) { }
279 virtual ~KeyConvertingIterator() { delete iter_; }
280 virtual bool Valid() const { return iter_->Valid(); }
281 virtual void Seek(const Slice& target) {
282 ParsedInternalKey ikey(target, kMaxSequenceNumber, kTypeValue);
283 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