MCPcopy 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
153Node *Lock::GetNode() {
154 return impl_->node.get();
155}
156
157LockMgr *Lock::GetLockMgr() {
158 return impl_->lock_mgr.get();

Callers 7

DoRunMethod · 0.45
CleanLockMethod · 0.45
DoRunMethod · 0.45
KeepMasterMethod · 0.45
ProposeMasterMethod · 0.45
UpdatePaxosArgsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected