Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ Iterator
Method
Iterator
storage/sstable/reader/sstable_reader_iterator.cpp:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
namespace toft {
9
10
SSTableReader::Iterator::Iterator()
11
: valid_(false) {
12
}
13
14
SSTableReader::Iterator::~Iterator() {
15
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected