Implementation of get_message_queued method.
| 362 | |
| 363 | // Implementation of get_message_queued method. |
| 364 | inline int curl_multi::get_message_queued() const NOEXCEPT { |
| 365 | return this->active_transfers; |
| 366 | } |
| 367 | |
| 368 | // Implementation of curl_message get_message method. |
| 369 | inline CURLMSG curl_multi::curl_message::get_message() const { |
nothing calls this directly
no outgoing calls
no test coverage detected