| 1529 | } |
| 1530 | |
| 1531 | Status DoPut(const ServerCallContext& context, |
| 1532 | std::unique_ptr<FlightMessageReader> reader, |
| 1533 | std::unique_ptr<FlightMetadataWriter> writer) override { |
| 1534 | return MakeFlightError(FlightStatusCode::Unauthorized, "Unauthorized", "extra info"); |
| 1535 | } |
| 1536 | |
| 1537 | Status DoExchange(const ServerCallContext& context, |
| 1538 | std::unique_ptr<FlightMessageReader> reader, |
nothing calls this directly
no test coverage detected