| 141 | } |
| 142 | |
| 143 | Status DumpDescriptor(Env* env, const std::string& fname, WritableFile* dst) { |
| 144 | return PrintLogContents(env, fname, VersionEditPrinter, dst); |
| 145 | } |
| 146 | |
| 147 | Status DumpTable(Env* env, const std::string& fname, WritableFile* dst) { |
| 148 | uint64_t file_size; |
no test coverage detected