Return the current version.
| 186 | |
| 187 | // Return the current version. |
| 188 | Version* current() const { return current_; } |
| 189 | |
| 190 | // Return the current manifest file number |
| 191 | uint64_t ManifestFileNumber() const { return manifest_file_number_; } |
no outgoing calls
no test coverage detected