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

Method initialize_curl_share

src/curl_share.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void curl_share::initialize_curl_share() {
33 this->curl = curl_share_init();
34 if (this->curl == nullptr) {
35 throw curl_share_exception("Null pointer intercepted",__FUNCTION__);
36 }
37}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected