MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / get_message_queued

Method get_message_queued

include/curl_multi.h:364–366  ·  view source on GitHub ↗

Implementation of get_message_queued method.

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected