Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
79
func
(x *EchoRequest) GetMessage() string {
80
if
x != nil {
81
return
x.Message
82
}
83
return
""
84
}
85
86
// EchoResponse is the response for echo.
87
type
EchoResponse
struct
{
Callers
8
main
Function · 0.45
recvMessage
Function · 0.45
main
Function · 0.45
UnaryEcho
Method · 0.45
callUnaryEcho
Function · 0.45
main
Function · 0.45
waitForDistribution
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected