Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ LogName
Method
LogName
src/leveldb/db/recovery_test.cc:95–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
std::string LogName(uint64_t number) { return LogFileName(dbname_, number); }
96
97
size_t DeleteLogFiles() {
98
// Linux allows unlinking open files, but Windows does not.
Callers
nothing calls this directly
Calls
1
LogFileName
Function · 0.85
Tested by
no test coverage detected