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

Function gaflight_servable_get_raw

c_glib/arrow-flight-glib/server.cpp:1485–1490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1483}
1484
1485arrow::flight::FlightServerBase *
1486gaflight_servable_get_raw(GAFlightServable *servable)
1487{
1488 auto *iface = GAFLIGHT_SERVABLE_GET_IFACE(servable);
1489 return iface->get_raw(servable);
1490}

Callers 3

gaflight_server_listenFunction · 0.85
gaflight_server_get_portFunction · 0.85
gaflight_server_shutdownFunction · 0.85

Calls 1

get_rawMethod · 0.45

Tested by

no test coverage detected