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

Function gaflight_call_options_clear_headers

c_glib/arrow-flight-glib/client.cpp:329–334  ·  view source on GitHub ↗

* gaflight_call_options_clear_headers: * @options: A #GAFlightCallOptions. * * Clear all headers. * * Since: 9.0.0 */

Source from the content-addressed store, hash-verified

327 * Since: 9.0.0
328 */
329void
330gaflight_call_options_clear_headers(GAFlightCallOptions *options)
331{
332 auto flight_options = gaflight_call_options_get_raw(options);
333 flight_options->headers.clear();
334}
335
336/**
337 * gaflight_call_options_foreach_header:

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45

Tested by

no test coverage detected