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

Function OldInfoLogFileName

src/leveldb/db/filename.cc:67–69  ·  view source on GitHub ↗

Return the name of the old info log file for "dbname".

Source from the content-addressed store, hash-verified

65
66// Return the name of the old info log file for "dbname".
67std::string OldInfoLogFileName(const std::string& dbname) {
68 return dbname + "/LOG.old";
69}
70
71// Owned filenames have the form:
72// dbname/CURRENT

Callers 2

SanitizeOptionsFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68