| 86 | } |
| 87 | |
| 88 | int MasterExecuter::LoadCheckpointState(const int group_idx, const string &checkpoint_tmp_file_dir_path, |
| 89 | const vector<string> &vecFileList, const uint64_t checkpoint_instanceid) { |
| 90 | LogVerbose("%s sm check point load data, path %s, skip", __func__, checkpoint_tmp_file_dir_path.c_str()); |
| 91 | return 0; |
| 92 | } |
| 93 | |
| 94 | } |
| 95 |
nothing calls this directly
no test coverage detected