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

Method get_code

include/curl_multi.h:374–376  ·  view source on GitHub ↗

Implementation of curl_message get_code method.

Source from the content-addressed store, hash-verified

372
373 // Implementation of curl_message get_code method.
374 inline CURLcode curl_multi::curl_message::get_code() const {
375 return this->code;
376 }
377
378 // Implementation of curl_message get_other method.
379 inline const void *curl_multi::curl_message::get_other() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected