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

Method Weight

src/brpc/channel.cpp:642–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640}
641
642int Channel::Weight() {
643 return (_lb ? _lb->Weight() : 0);
644}
645
646int Channel::CheckHealth() {
647 if (_lb == NULL) {

Callers 1

GetSubChannelWeightFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected