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

Method GetFile

phxbinlogsvr/core/storage/storage_manager.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114int StorageManager::GetFile(vector<string> *checkpointfiles) {
115 return checkpoint_manager_->GetFile(checkpointfiles);
116}
117
118int StorageManager::LoadCheckpointFiles(const string &sCheckpointTmpFileDirPath) {
119 return checkpoint_manager_->LoadCheckpointFiles(sCheckpointTmpFileDirPath);

Callers 1

GetCheckpointStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected