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

Method get_curl

include/curl_easy.h:1127–1129  ·  view source on GitHub ↗

Implementation of get_curl method.

Source from the content-addressed store, hash-verified

1125
1126 // Implementation of get_curl method.
1127 inline CURL *curl_easy::get_curl() const {
1128 return this->curl;
1129 }
1130}
1131
1132#undef CURLCPP_DEFINE_OPTION

Callers 3

sendMethod · 0.45
sendMethod · 0.45
receiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected