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

Function DumpDescriptor

src/leveldb/db/dumpfile.cc:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

DumpFileFunction · 0.85

Calls 1

PrintLogContentsFunction · 0.85

Tested by

no test coverage detected