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

Method LockCheckPoint

phxbinlogsvr/core/storage/storage_manager.cpp:106–108  ·  view source on GitHub ↗

for sm

Source from the content-addressed store, hash-verified

104
105//for sm
106int StorageManager::LockCheckPoint() {
107 return checkpoint_manager_->LockCheckPoint();
108}
109
110void StorageManager::UnLockCheckPoint() {
111 checkpoint_manager_->UnLockCheckPoint();

Callers 1

LockCheckpointStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected