| 202 | } |
| 203 | |
| 204 | arrow::Status BasicAuth::SerializeToString(std::string* out) const { |
| 205 | return SerializeToProtoString<pb::BasicAuth>("BasicAuth", *this, out); |
| 206 | } |
| 207 | |
| 208 | FlightDescriptor::FlightDescriptor() = default; |
| 209 |
no outgoing calls
no test coverage detected