Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
642
int Channel::Weight() {
643
return (_lb ? _lb->Weight() : 0);
644
}
645
646
int Channel::CheckHealth() {
647
if (_lb == NULL) {
Callers
1
GetSubChannelWeight
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected