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

Method NewStoreBP

phxqueue/plugin/breakpointfactory.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54unique_ptr<comm::StoreBP> BreakPointFactory::NewStoreBP() {
55 return unique_ptr<comm::StoreBP>(new comm::StoreBP());
56}
57
58unique_ptr<comm::StoreBaseMgrBP> BreakPointFactory::NewStoreBaseMgrBP() {
59 return unique_ptr<comm::StoreBaseMgrBP>(new comm::StoreBaseMgrBP());

Callers 1

GetThreadInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected