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

Method set_datetime

src/cookie.cpp:125–128  ·  view source on GitHub ↗

Implementation of set_datetime method.

Source from the content-addressed store, hash-verified

123
124// Implementation of set_datetime method.
125curl::cookie *curl::cookie::set_datetime(const cookie_datetime & _datetime) NOEXCEPT {
126 this->datetime = _datetime;
127 return this;
128}
129
130// Implementation of get_name method.
131string curl::cookie::get_name() const NOEXCEPT {

Callers 2

mainFunction · 0.80
cookieMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected