Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ GetNode
Method
GetNode
phxqueue/lock/lock.cpp:153–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
Node *Lock::GetNode() {
154
return impl_->node.get();
155
}
156
157
LockMgr *Lock::GetLockMgr() {
158
return impl_->lock_mgr.get();
Callers
7
DoRun
Method · 0.45
CleanLock
Method · 0.45
WriteRestartCheckpoint
Method · 0.45
DoRun
Method · 0.45
KeepMaster
Method · 0.45
ProposeMaster
Method · 0.45
UpdatePaxosArgs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected