Implementation of curl_message get_message method.
| 367 | |
| 368 | // Implementation of curl_message get_message method. |
| 369 | inline CURLMSG curl_multi::curl_message::get_message() const { |
| 370 | return this->message; |
| 371 | } |
| 372 | |
| 373 | // Implementation of curl_message get_code method. |
| 374 | inline CURLcode curl_multi::curl_message::get_code() const { |
nothing calls this directly
no outgoing calls
no test coverage detected