Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ LoadCheckpointFiles
Method
LoadCheckpointFiles
phxbinlogsvr/core/storage/storage_manager.cpp:118–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
int StorageManager::LoadCheckpointFiles(const string &sCheckpointTmpFileDirPath) {
119
return checkpoint_manager_->LoadCheckpointFiles(sCheckpointTmpFileDirPath);
120
}
121
122
}
123
Callers
1
LoadCheckpointState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected