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

Method NewStoreBacklogBP

phxqueue/plugin/breakpointfactory.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70unique_ptr<comm::StoreBacklogBP> BreakPointFactory::NewStoreBacklogBP() {
71 return unique_ptr<comm::StoreBacklogBP>(new comm::StoreBacklogBP());
72}
73
74unique_ptr<comm::StoreSMBP> BreakPointFactory::NewStoreSMBP() {
75 return unique_ptr<comm::StoreSMBP>(new comm::StoreSMBP());

Callers 1

GetThreadInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected