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

Function DumpLog

src/leveldb/db/dumpfile.cc:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122Status 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.

Callers 1

DumpFileFunction · 0.85

Calls 1

PrintLogContentsFunction · 0.85

Tested by

no test coverage detected