Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ CurrentFileName
Function
CurrentFileName
src/leveldb/db/filename.cc:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
std::string CurrentFileName(const std::string& dbname) {
52
return dbname +
"/CURRENT"
;
53
}
54
55
std::string LockFileName(const std::string& dbname) { return dbname +
"/LOCK"
; }
56
Callers
6
CanAppend
Method · 0.85
ManifestFileName
Method · 0.85
Recover
Method · 0.85
TEST
Function · 0.85
SetCurrentFile
Function · 0.85
Recover
Method · 0.85
Calls
no outgoing calls
Tested by
3
CanAppend
Method · 0.68
ManifestFileName
Method · 0.68
TEST
Function · 0.68