Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
const std::string SSTableReader::Iterator::value() const {
22
return value_;
23
}
24
25
bool SSTableReader::Iterator::Valid() const {
26
return valid_;
Callers
9
operator()
Method · 0.80
LoadItem
Method · 0.80
Lookup
Method · 0.80
Flush
Method · 0.80
main
Function · 0.80
TEST
Function · 0.80
TestSSTableWriterSeek
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
5
main
Function · 0.64
TEST
Function · 0.64
TestSSTableWriterSeek
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64