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

Method Init

src/brpc/selective_channel.cpp:171–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171int ChannelBalancer::Init(const char* lb_name) {
172 return SharedLoadBalancer::Init(lb_name);
173}
174
175int ChannelBalancer::AddChannel(ChannelBase* sub_channel,
176 const SelectiveChannel::SubChannelOptions& subopt,

Callers

nothing calls this directly

Calls 3

GlobalInitializeOrDieFunction · 0.85
initializedFunction · 0.85
resetMethod · 0.45

Tested by

no test coverage detected