Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ GetSubchannelId
Method
GetSubchannelId
channelz/grpc_channelz_v1/channelz.pb.go:769–774 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
767
}
768
769
func
(x *SubchannelRef) GetSubchannelId() int64 {
770
if
x != nil {
771
return
x.SubchannelId
772
}
773
return
0
774
}
775
776
func
(x *SubchannelRef) GetName() string {
777
if
x != nil {
Callers
3
TestGetChannel
Method · 0.45
TestGetSubChannel
Method · 0.45
GetSubchannel
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestGetChannel
Method · 0.36
TestGetSubChannel
Method · 0.36