Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
int SSTableReader::EntryCount() const {
97
return impl_->EntryCount();
98
}
99
100
SSTableReader::Iterator *SSTableReader::NewIterator() {
101
return Seek(
""
);
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36