Implementation of curl_message get_other method.
| 377 | |
| 378 | // Implementation of curl_message get_other method. |
| 379 | inline const void *curl_multi::curl_message::get_other() const { |
| 380 | return this->whatever; |
| 381 | } |
| 382 | |
| 383 | // Implementation of curl_message get_handler method. |
| 384 | inline const curl_easy *curl_multi::curl_message::get_handler() const { |
nothing calls this directly
no outgoing calls
no test coverage detected