| 26 | using executor_type = asio::io_context::executor_type; |
| 27 | |
| 28 | explicit ExampleService(asio::io_context& io_context) : io_context_(io_context) {} |
| 29 | |
| 30 | /* [server-rpc-unary-callback] */ |
| 31 | grpc::ServerUnaryReactor* Unary(grpc::CallbackServerContext* context, const example::v1::Request*, |
nothing calls this directly
no outgoing calls
no test coverage detected