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

Method Iterator

storage/sstable/reader/sstable_reader_iterator.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace toft {
9
10SSTableReader::Iterator::Iterator()
11 : valid_(false) {
12}
13
14SSTableReader::Iterator::~Iterator() {
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected