Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ GetLockOption
Method
GetLockOption
phxqueue/lock/lock.cpp:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
Lock::~Lock() {}
74
75
const LockOption *Lock::GetLockOption() const {
76
return &impl_->opt;
77
}
78
79
comm::RetCode Lock::Init() {
80
if (impl_->opt.log_func) {
Callers
6
Init
Method · 0.80
Execute
Method · 0.80
ExecuteForCheckpoint
Method · 0.80
DoRun
Method · 0.80
CleanLock
Method · 0.80
UpdatePaxosArgs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected