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

Method reset

src/curl_easy.cpp:106–108  ·  view source on GitHub ↗

Implementation of reset method.

Source from the content-addressed store, hash-verified

104
105// Implementation of reset method.
106void curl_easy::reset() NOEXCEPT {
107 curl_easy_reset(this->curl);
108}
109
110// Implementation of pause method.
111void curl_easy::pause(const int bitmask) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected