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

Method NewProducerBP

phxqueue/plugin/breakpointfactory.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78unique_ptr<comm::ProducerBP> BreakPointFactory::NewProducerBP() {
79 return unique_ptr<comm::ProducerBP>(new comm::ProducerBP());
80}
81
82unique_ptr<comm::ProducerSubBP> BreakPointFactory::NewProducerSubBP() {
83 return unique_ptr<comm::ProducerSubBP>(new comm::ProducerSubBP());

Callers 1

GetThreadInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected