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

Method PrevLogNumber

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

Return the log file number for the log file that is currently being compacted, or zero if there is no such log file.

Source from the content-addressed store, hash-verified

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.
228 uint64_t PrevLogNumber() const { return prev_log_number_; }
229
230 // Pick level and inputs for a new compaction.
231 // Returns nullptr if there is no compaction to be done.

Callers 3

DeleteObsoleteFilesMethod · 0.80
RecoverMethod · 0.80
MakeRoomForWriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected