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

Method NewStoreSnatchMasterBP

phxqueue/plugin/breakpointfactory.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66unique_ptr<comm::StoreSnatchMasterBP> BreakPointFactory::NewStoreSnatchMasterBP() {
67 return unique_ptr<comm::StoreSnatchMasterBP>(new comm::StoreSnatchMasterBP());
68}
69
70unique_ptr<comm::StoreBacklogBP> BreakPointFactory::NewStoreBacklogBP() {
71 return unique_ptr<comm::StoreBacklogBP>(new comm::StoreBacklogBP());

Callers 1

GetThreadInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected