MCPcopy Create free account
hub / github.com/Tencent/phxqueue / NewLockMgrBP

Method NewLockMgrBP

phxqueue/plugin/breakpointfactory.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108
109unique_ptr<comm::LockMgrBP> BreakPointFactory::NewLockMgrBP() {
110 return unique_ptr<comm::LockMgrBP>(new comm::LockMgrBP());
111}
112
113
114unique_ptr<comm::LockDbBP> BreakPointFactory::NewLockDbBP() {

Callers 1

GetThreadInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected