Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ LockFileName
Function
LockFileName
src/leveldb/db/filename.cc:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
std::string LockFileName(const std::string& dbname) { return dbname +
"/LOCK"
; }
56
57
std::string TempFileName(const std::string& dbname, uint64_t number) {
58
assert(number > 0);
Callers
3
Recover
Method · 0.85
DestroyDB
Function · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68