| 59 | } |
| 60 | |
| 61 | CheckPointManager * StorageManager::GetCheckPointManager() { |
| 62 | return checkpoint_manager_; |
| 63 | } |
| 64 | |
| 65 | int StorageManager::LoadFromCheckPoint() { |
| 66 | LogVerbose("%s load from check point", __func__); |
no outgoing calls
no test coverage detected