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

Method GetCheckPointManager

phxbinlogsvr/core/storage/storage_manager.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61CheckPointManager * StorageManager::GetCheckPointManager() {
62 return checkpoint_manager_;
63}
64
65int StorageManager::LoadFromCheckPoint() {
66 LogVerbose("%s load from check point", __func__);

Callers 1

CheckCheckPointFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected