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

Method FileSize

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

Source from the content-addressed store, hash-verified

261uint64_t TableBuilder::NumEntries() const { return rep_->num_entries; }
262
263uint64_t TableBuilder::FileSize() const { return rep_->offset; }
264
265} // namespace leveldb

Callers 1

FinishImplMethod · 0.45

Calls

no outgoing calls

Tested by 1

FinishImplMethod · 0.36