MCPcopy Create free account
hub / github.com/apache/impala / BeginRequestCallbackStatic

Method BeginRequestCallbackStatic

be/src/util/webserver.cc:729–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727}
728
729sq_callback_result_t Webserver::BeginRequestCallbackStatic(
730 struct sq_connection* connection) {
731 struct sq_request_info* request_info = sq_get_request_info(connection);
732 Webserver* instance = reinterpret_cast<Webserver*>(request_info->user_data);
733 return instance->BeginRequestCallback(connection, request_info);
734}
735
736sq_callback_result_t Webserver::BeginRequestCallback(struct sq_connection* connection,
737 struct sq_request_info* request_info) {

Callers

nothing calls this directly

Calls 1

BeginRequestCallbackMethod · 0.80

Tested by

no test coverage detected