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

Method value

storage/sstable/reader/sstable_reader_iterator.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21const std::string SSTableReader::Iterator::value() const {
22 return value_;
23}
24
25bool SSTableReader::Iterator::Valid() const {
26 return valid_;

Callers 9

operator()Method · 0.80
LoadItemMethod · 0.80
LookupMethod · 0.80
FlushMethod · 0.80
mainFunction · 0.80
TESTFunction · 0.80
TestSSTableWriterSeekFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 5

mainFunction · 0.64
TESTFunction · 0.64
TestSSTableWriterSeekFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64