MCPcopy Create free account
hub / github.com/ElementsProject/elements / ~Compaction

Method ~Compaction

src/leveldb/db/version_set.cc:1486–1490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1484}
1485
1486Compaction::~Compaction() {
1487 if (input_version_ != nullptr) {
1488 input_version_->Unref();
1489 }
1490}
1491
1492bool Compaction::IsTrivialMove() const {
1493 const VersionSet* vset = input_version_->vset_;

Callers

nothing calls this directly

Calls 1

UnrefMethod · 0.45

Tested by

no test coverage detected