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

Method LogName

src/leveldb/db/recovery_test.cc:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 std::string LogName(uint64_t number) { return LogFileName(dbname_, number); }
96
97 size_t DeleteLogFiles() {
98 // Linux allows unlinking open files, but Windows does not.

Callers

nothing calls this directly

Calls 1

LogFileNameFunction · 0.85

Tested by

no test coverage detected