Implementation of curl_message get_code method.
| 372 | |
| 373 | // Implementation of curl_message get_code method. |
| 374 | inline CURLcode curl_multi::curl_message::get_code() const { |
| 375 | return this->code; |
| 376 | } |
| 377 | |
| 378 | // Implementation of curl_message get_other method. |
| 379 | inline const void *curl_multi::curl_message::get_other() const { |
nothing calls this directly
no outgoing calls
no test coverage detected