Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
int StorageManager::LockCheckPoint() {
107
return checkpoint_manager_->LockCheckPoint();
108
}
109
110
void StorageManager::UnLockCheckPoint() {
111
checkpoint_manager_->UnLockCheckPoint();
Callers
1
LockCheckpointState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected