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

Function GetSubControllerOfSelectiveChannel

src/brpc/selective_channel.cpp:498–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496} // namespace schan
497
498const Controller* GetSubControllerOfSelectiveChannel(
499 const RPCSender* sender, int index) {
500 return static_cast<const schan::Sender*>(sender)->SubController(index);
501}
502
503static void PassSerializeRequest(butil::IOBuf*, Controller*,
504 const google::protobuf::Message*) {

Callers 2

sub_countMethod · 0.85
subMethod · 0.85

Calls 1

SubControllerMethod · 0.80

Tested by

no test coverage detected