| 289 | void Reopen(Options* options = nullptr) { ASSERT_OK(TryReopen(options)); } |
| 290 | |
| 291 | void Close() { |
| 292 | delete db_; |
| 293 | db_ = nullptr; |
| 294 | } |
| 295 | |
| 296 | void DestroyAndReopen(Options* options = nullptr) { |
| 297 | delete db_; |
no outgoing calls
no test coverage detected