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

Function InfoLogFileName

src/leveldb/db/filename.cc:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62std::string InfoLogFileName(const std::string& dbname) {
63 return dbname + "/LOG";
64}
65
66// Return the name of the old info log file for "dbname".
67std::string OldInfoLogFileName(const std::string& dbname) {

Callers 2

SanitizeOptionsFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68