| 120 | } |
| 121 | |
| 122 | Status DumpLog(Env* env, const std::string& fname, WritableFile* dst) { |
| 123 | return PrintLogContents(env, fname, WriteBatchPrinter, dst); |
| 124 | } |
| 125 | |
| 126 | // Called on every log record (each one of which is a WriteBatch) |
| 127 | // found in a kDescriptorFile. |
no test coverage detected