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

Method InMemoryIterator

storage/sstable/reader/in_memory_sstable_reader.cpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47InMemoryIterator::InMemoryIterator(InMemorySSTableReader *sstable, const std::string &key)
48 : sstable_(sstable) {
49 SeekKey(key);
50 if (valid_) {
51 LoadItem();
52 }
53}
54
55InMemoryIterator::~InMemoryIterator() {
56}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected