MCPcopy Create free account
hub / github.com/ElementsProject/elements / LogFileName

Function LogFileName

src/leveldb/db/filename.cc:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28std::string LogFileName(const std::string& dbname, uint64_t number) {
29 assert(number > 0);
30 return MakeFileName(dbname, number, "log");
31}
32
33std::string TableFileName(const std::string& dbname, uint64_t number) {
34 assert(number > 0);

Callers 8

LogNameMethod · 0.85
MakeLogFileMethod · 0.85
RecoverLogFileMethod · 0.85
MakeRoomForWriteMethod · 0.85
OpenMethod · 0.85
TESTFunction · 0.85
ConvertLogToTableMethod · 0.85

Calls 1

MakeFileNameFunction · 0.85

Tested by 3

LogNameMethod · 0.68
MakeLogFileMethod · 0.68
TESTFunction · 0.68