MCPcopy Create free account
hub / github.com/ElementsProject/elements / TableBuilder

Method TableBuilder

src/leveldb/table/table_builder.cc:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63};
64
65TableBuilder::TableBuilder(const Options& options, WritableFile* file)
66 : rep_(new Rep(options, file)) {
67 if (rep_->filter_block != nullptr) {
68 rep_->filter_block->StartBlock(0);
69 }
70}
71
72TableBuilder::~TableBuilder() {
73 assert(rep_->closed); // Catch errors where caller forgot to call Finish()

Callers

nothing calls this directly

Calls 1

StartBlockMethod · 0.80

Tested by

no test coverage detected