Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ LockMgr
Method
LockMgr
phxqueue/lock/lockmgr.cpp:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
53
54
LockMgr::LockMgr(Lock *const lock) : impl_(new LockMgrImpl()) {
55
impl_->lock = lock;
56
}
57
58
LockMgr::~LockMgr() {}
59
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected