MCPcopy Create free account
hub / github.com/Tencent/phxsql / LoadCheckpointState

Method LoadCheckpointState

phxbinlogsvr/core/paxos/event_executer.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156int 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}

Callers

nothing calls this directly

Calls 1

LoadCheckpointFilesMethod · 0.45

Tested by

no test coverage detected