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

Method NewStoreSMBP

phxqueue/plugin/breakpointfactory.cpp:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74unique_ptr<comm::StoreSMBP> BreakPointFactory::NewStoreSMBP() {
75 return unique_ptr<comm::StoreSMBP>(new comm::StoreSMBP());
76}
77
78unique_ptr<comm::ProducerBP> BreakPointFactory::NewProducerBP() {
79 return unique_ptr<comm::ProducerBP>(new comm::ProducerBP());

Callers 1

GetThreadInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected