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

Method set_value

src/cookie.cpp:43–46  ·  view source on GitHub ↗

Implementation of set_name method.

Source from the content-addressed store, hash-verified

41
42// Implementation of set_name method.
43curl::cookie *curl::cookie::set_value(const string& _value) {
44 this->value = _value;
45 return this;
46}
47
48// Implementation of set_value method.
49curl::cookie *curl::cookie::set_value(const char *_value) {

Callers 2

mainFunction · 0.80
cookieMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected