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

Method Impl

storage/sstable/reader/sstable_reader_impl.cpp:130–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130SSTableReader::Impl::Impl()
131 : buffer_size_(0) {
132 data_index_.reset(new hfile::DataIndex);
133 file_trailer_.reset(new hfile::FileTrailer);
134 file_info_.reset(new hfile::FileInfo);
135}
136
137SSTableReader::Impl::~Impl() {}
138

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected