| 427 | } |
| 428 | |
| 429 | const string GrpcServer::target() const { |
| 430 | return strings::StrCat("grpc://localhost:", bound_port_); |
| 431 | } |
| 432 | |
| 433 | std::shared_ptr<::grpc::ServerCredentials> GrpcServer::GetServerCredentials( |
| 434 | const ServerDef& server_def) const { |
no test coverage detected