| 100 | bool read_ok{true}; |
| 101 | |
| 102 | Context(agrpc::GrpcContext& grpc_context, grpc::GenericStub& generic_stub) |
| 103 | : stub(generic_stub), rpc(grpc_context) |
| 104 | { |
| 105 | } |
| 106 | }; |
| 107 | |
| 108 | std::unique_ptr<Context> context; |
nothing calls this directly
no outgoing calls
no test coverage detected