| 181 | } |
| 182 | |
| 183 | auto get_executor() const noexcept { return grpc_context.get_executor(); } |
| 184 | }; |
| 185 | |
| 186 | using ShutdownService = example::v1::ExampleExt::WithAsyncMethod_Shutdown<example::v1::ExampleExt::Service>; |
no outgoing calls
no test coverage detected