| 30 | class 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, |
nothing calls this directly
no outgoing calls
no test coverage detected