Implementation of reset method.
| 104 | |
| 105 | // Implementation of reset method. |
| 106 | void curl_easy::reset() NOEXCEPT { |
| 107 | curl_easy_reset(this->curl); |
| 108 | } |
| 109 | |
| 110 | // Implementation of pause method. |
| 111 | void curl_easy::pause(const int bitmask) { |
nothing calls this directly
no outgoing calls
no test coverage detected