MCPcopy
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
233func (x *Channel) GetSubchannelRef() []*SubchannelRef {
234 if x != nil {
235 return x.SubchannelRef
236 }
237 return nil
238}
239
240func (x *Channel) GetSocketRef() []*SocketRef {
241 if x != nil {

Callers 2

TestGetChannelMethod · 0.45
TestGetSubChannelMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestGetChannelMethod · 0.36
TestGetSubChannelMethod · 0.36