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

Method get_curl

src/curl_multi.cpp:150–152  ·  view source on GitHub ↗

Implementation of get_curl method.

Source from the content-addressed store, hash-verified

148
149// Implementation of get_curl method.
150CURLM *curl_multi::get_curl() const {
151 return this->curl.get();
152}

Callers 3

mainFunction · 0.45
addMethod · 0.45
removeMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected