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

Method EntryCount

storage/sstable/reader/sstable_reader.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96int SSTableReader::EntryCount() const {
97 return impl_->EntryCount();
98}
99
100SSTableReader::Iterator *SSTableReader::NewIterator() {
101 return Seek("");

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36