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

Method curl_message

src/curl_multi.cpp:143–147  ·  view source on GitHub ↗

Implementation of curl_message constructor.

Source from the content-addressed store, hash-verified

141
142// Implementation of curl_message constructor.
143curl_multi::curl_message::curl_message(const CURLMsg *msg, const curl_easy *handler) :
144 message(msg->msg), whatever(msg->data.whatever), code(msg->data.result), handler(handler) {
145
146 // ... nothing to do here ...
147}
148
149// Implementation of get_curl method.
150CURLM *curl_multi::get_curl() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected