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

Method erase

src/curl_cookie.cpp:39–41  ·  view source on GitHub ↗

Implementation of erase method.

Source from the content-addressed store, hash-verified

37
38 // Implementation of erase method.
39 void curl_cookie::erase() {
40 this->easy.add<CURLOPT_COOKIELIST>("ALL");
41 }
42
43 // Implementation of flush method.
44 void curl_cookie::flush() {

Callers 2

mainFunction · 0.80
removeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected