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

Method Compact

src/leveldb/benchmarks/db_bench.cc:883–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881 }
882
883 void Compact(ThreadState* thread) { db_->CompactRange(nullptr, nullptr); }
884
885 void PrintStats(const char* key) {
886 std::string stats;

Callers

nothing calls this directly

Calls 1

CompactRangeMethod · 0.45

Tested by

no test coverage detected