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

Method set_time

src/cookie_datetime.cpp:14–17  ·  view source on GitHub ↗

Implementation of set_time method.

Source from the content-addressed store, hash-verified

12
13// Implementation of set_time method.
14curl::cookie_datetime *curl::cookie_datetime::set_time(const cookie_time &cookieTime) NOEXCEPT {
15 this->time = cookieTime;
16 return this;
17}
18
19// Implementation of set_date method.
20curl::cookie_datetime *curl::cookie_datetime::set_date(const cookie_date &cookieDate) NOEXCEPT {

Callers 1

cookie_datetimeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected