Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ NewLockDbBP
Method
NewLockDbBP
phxqueue/plugin/breakpointfactory.cpp:114–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
113
114
unique_ptr<comm::LockDbBP> BreakPointFactory::NewLockDbBP() {
115
return unique_ptr<comm::LockDbBP>(new comm::LockDbBP());
116
}
117
118
119
unique_ptr<comm::LockCleanThreadBP> BreakPointFactory::NewLockCleanThreadBP() {
Callers
1
GetThreadInstance
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected