MCPcopy 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
55std::string LockFileName(const std::string& dbname) { return dbname + "/LOCK"; }
56
57std::string TempFileName(const std::string& dbname, uint64_t number) {
58 assert(number > 0);

Callers 3

RecoverMethod · 0.85
DestroyDBFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68