| 1495 | } |
| 1496 | |
| 1497 | arrow::flight::FlightEndpoint * |
| 1498 | gaflight_endpoint_get_raw(GAFlightEndpoint *endpoint) |
| 1499 | { |
| 1500 | auto priv = GAFLIGHT_ENDPOINT_GET_PRIVATE(endpoint); |
| 1501 | return &(priv->endpoint); |
| 1502 | } |
| 1503 | |
| 1504 | GAFlightInfo * |
| 1505 | gaflight_info_new_raw(arrow::flight::FlightInfo *flight_info) |
no outgoing calls
no test coverage detected