Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ GetSubchannelRef
Method
GetSubchannelRef
channelz/grpc_channelz_v1/channelz.pb.go:233–238 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
231
}
232
233
func
(x *Channel) GetSubchannelRef() []*SubchannelRef {
234
if
x != nil {
235
return
x.SubchannelRef
236
}
237
return
nil
238
}
239
240
func
(x *Channel) GetSocketRef() []*SocketRef {
241
if
x != nil {
Callers
2
TestGetChannel
Method · 0.45
TestGetSubChannel
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestGetChannel
Method · 0.36
TestGetSubChannel
Method · 0.36