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

Method LogNumber

src/leveldb/db/version_set.h:224–224  ·  view source on GitHub ↗

Return the current log file number.

Source from the content-addressed store, hash-verified

222
223 // Return the current log file number.
224 uint64_t LogNumber() const { return log_number_; }
225
226 // Return the log file number for the log file that is currently
227 // being compacted, or zero if there is no such log file.

Callers 2

DeleteObsoleteFilesMethod · 0.80
RecoverMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected