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

Method get

src/curl_cookie.cpp:16–19  ·  view source on GitHub ↗

Implementation of the get method.

Source from the content-addressed store, hash-verified

14namespace curl {
15 // Implementation of the get method.
16 curlcpp_cookies curl_cookie::get() const NOEXCEPT {
17 auto info = this->easy.get_info<CURLINFO_COOKIELIST>();
18 return info.get();
19 }
20
21 // Implementation of set_cookie_file method.
22 void curl_cookie::set_file(const string& file = "") {

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
addMethod · 0.45
removeMethod · 0.45
get_next_finishedMethod · 0.45
performMethod · 0.45
socket_actionMethod · 0.45
set_descriptorsMethod · 0.45
waitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected