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

Method get_active_transfers

include/curl_multi.h:359–361  ·  view source on GitHub ↗

Implementation of get_active_transfers method.

Source from the content-addressed store, hash-verified

357
358 // Implementation of get_active_transfers method.
359 inline int curl_multi::get_active_transfers() const NOEXCEPT {
360 return this->active_transfers;
361 }
362
363 // Implementation of get_message_queued method.
364 inline int curl_multi::get_message_queued() const NOEXCEPT {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected