MCPcopy Create free account
hub / github.com/alibaba/euler / EchoServiceImpl

Method EchoServiceImpl

euler/client/testing/echo.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30class EchoServiceImpl : public EchoService::Service {
31 public:
32 EchoServiceImpl() : host_port_("127.0.0.1:" + std::to_string(50051)) { }
33
34 grpc::Status Echo(grpc::ServerContext* /*context*/,
35 const EchoRequest* request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected