Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ SSTableReader
Method
SSTableReader
storage/sstable/reader/sstable_reader.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
namespace toft {
20
21
SSTableReader::SSTableReader()
22
: impl_(new Impl()) {
23
}
24
25
SSTableReader::~SSTableReader() {
26
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected