| 108 | } |
| 109 | |
| 110 | void StorageManager::UnLockCheckPoint() { |
| 111 | checkpoint_manager_->UnLockCheckPoint(); |
| 112 | } |
| 113 | |
| 114 | int StorageManager::GetFile(vector<string> *checkpointfiles) { |
| 115 | return checkpoint_manager_->GetFile(checkpointfiles); |
no outgoing calls
no test coverage detected