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

Method get_other

include/curl_multi.h:379–381  ·  view source on GitHub ↗

Implementation of curl_message get_other method.

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected