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

Method get_handler

include/curl_multi.h:384–386  ·  view source on GitHub ↗

Implementation of curl_message get_handler method.

Source from the content-addressed store, hash-verified

382
383 // Implementation of curl_message get_handler method.
384 inline const curl_easy *curl_multi::curl_message::get_handler() const {
385 return this->handler;
386 }
387}
388
389#undef CURLCPP_DEFINE_MOPTION

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected