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

Method GetMessage

examples/features/proto/echo/echo.pb.go:79–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79func (x *EchoRequest) GetMessage() string {
80 if x != nil {
81 return x.Message
82 }
83 return ""
84}
85
86// EchoResponse is the response for echo.
87type EchoResponse struct {

Callers 8

mainFunction · 0.45
recvMessageFunction · 0.45
mainFunction · 0.45
UnaryEchoMethod · 0.45
callUnaryEchoFunction · 0.45
mainFunction · 0.45
waitForDistributionFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected