MCPcopy Create free account
hub / github.com/apache/arrow / gaflight_endpoint_get_raw

Function gaflight_endpoint_get_raw

c_glib/arrow-flight-glib/common.cpp:1497–1502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

gaflight_endpoint_equalFunction · 0.85
gaflight_info_newFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected