MCPcopy Create free account
hub / github.com/apache/brpc / Merge

Method Merge

test/brpc_channel_unittest.cpp:614–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612
613 class MergeNothing : public brpc::ResponseMerger {
614 Result Merge(google::protobuf::Message* /*response*/,
615 const google::protobuf::Message* /*sub_response*/) {
616 return brpc::ResponseMerger::MERGED;
617 }
618 };
619
620 void TestSuccessParallel(bool single_server, bool async, bool short_connection) {

Callers 1

OnCompleteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected