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

Method Valid

storage/sstable/reader/sstable_reader_iterator.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25bool SSTableReader::Iterator::Valid() const {
26 return valid_;
27}
28
29} // namespace toft

Callers 9

SeekKeyMethod · 0.45
LoadItemMethod · 0.45
FlushMethod · 0.45
mainFunction · 0.45
TESTFunction · 0.45
TestSSTableWriterFunction · 0.45
TestSSTableWriterSeekFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 6

mainFunction · 0.36
TESTFunction · 0.36
TestSSTableWriterFunction · 0.36
TestSSTableWriterSeekFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36