| 154 | } |
| 155 | |
| 156 | int EventExecuter::LoadCheckpointState(const int group_idx, const string &checkpoint_tmp_file_dir_path, |
| 157 | const vector<string> &file_list, const uint64_t checkpoint_instanceid) { |
| 158 | return storage_->LoadCheckpointFiles(checkpoint_tmp_file_dir_path); |
| 159 | } |
| 160 | |
| 161 | } |
nothing calls this directly
no test coverage detected