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

Method DumpSSTableList

src/leveldb/db/db_test.cc:485–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483 }
484
485 std::string DumpSSTableList() {
486 std::string property;
487 db_->GetProperty("leveldb.sstables", &property);
488 return property;
489 }
490
491 std::string IterStatus(Iterator* iter) {
492 std::string result;

Callers

nothing calls this directly

Calls 1

GetPropertyMethod · 0.45

Tested by

no test coverage detected