Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
std::string InfoLogFileName(const std::string& dbname) {
63
return dbname +
"/LOG"
;
64
}
65
66
// Return the name of the old info log file for
"dbname"
.
67
std::string OldInfoLogFileName(const std::string& dbname) {
Callers
2
SanitizeOptions
Function · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68