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

Method NewStoreIMMasterBP

phxqueue/plugin/breakpointfactory.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62unique_ptr<comm::StoreIMMasterBP> BreakPointFactory::NewStoreIMMasterBP() {
63 return unique_ptr<comm::StoreIMMasterBP>(new comm::StoreIMMasterBP());
64}
65
66unique_ptr<comm::StoreSnatchMasterBP> BreakPointFactory::NewStoreSnatchMasterBP() {
67 return unique_ptr<comm::StoreSnatchMasterBP>(new comm::StoreSnatchMasterBP());

Callers 1

GetThreadInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected