MCPcopy Create free account
hub / github.com/chen3feng/toft / LoadItem

Method LoadItem

storage/sstable/reader/in_memory_sstable_reader.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void InMemoryIterator::LoadItem() {
83 key_ = cur_it_->first;
84 value_ = cur_it_->second.at(pos_);
85}
86
87void InMemoryIterator::SeekKey(const std::string &key) {
88 bool found = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected