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

Method curl_multi

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

Source from the content-addressed store, hash-verified

16}
17
18curl_multi::curl_multi() : curl_multi(CURL_GLOBAL_ALL) {}
19
20curl_multi::curl_multi(const long flag) : curl_interface(flag), curl(curl_multi_init()) {
21 if (this->curl == nullptr) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected