MCPcopy
hub / github.com/grpc/grpc-go / GetData

Method GetData

channelz/grpc_channelz_v1/channelz.pb.go:945–950  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

943}
944
945func (x *Server) GetData() *ServerData {
946 if x != nil {
947 return x.Data
948 }
949 return nil
950}
951
952func (x *Server) GetListenSocket() []*SocketRef {
953 if x != nil {

Callers 5

buildGCPLoggingEntryMethod · 0.45
channelProtoToStructFunction · 0.45
TestGetChannelMethod · 0.45
TestGetSubChannelMethod · 0.45
TestGetSocketOptionsMethod · 0.45

Calls

no outgoing calls

Tested by 4

channelProtoToStructFunction · 0.36
TestGetChannelMethod · 0.36
TestGetSubChannelMethod · 0.36
TestGetSocketOptionsMethod · 0.36