Return the current log file number.
| 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. |
no outgoing calls
no test coverage detected