Return the log file number for the log file that is currently being compacted, or zero if there is no such log file.
| 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. |
no outgoing calls
no test coverage detected