MCPcopy 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
51std::string CurrentFileName(const std::string& dbname) {
52 return dbname + "/CURRENT";
53}
54
55std::string LockFileName(const std::string& dbname) { return dbname + "/LOCK"; }
56

Callers 6

CanAppendMethod · 0.85
ManifestFileNameMethod · 0.85
RecoverMethod · 0.85
TESTFunction · 0.85
SetCurrentFileFunction · 0.85
RecoverMethod · 0.85

Calls

no outgoing calls

Tested by 3

CanAppendMethod · 0.68
ManifestFileNameMethod · 0.68
TESTFunction · 0.68