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

Method get_message

include/curl_multi.h:369–371  ·  view source on GitHub ↗

Implementation of curl_message get_message method.

Source from the content-addressed store, hash-verified

367
368 // Implementation of curl_message get_message method.
369 inline CURLMSG curl_multi::curl_message::get_message() const {
370 return this->message;
371 }
372
373 // Implementation of curl_message get_code method.
374 inline CURLcode curl_multi::curl_message::get_code() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected