| 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; |
nothing calls this directly
no test coverage detected