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

Method get_minutes

src/cookie_time.cpp:41–43  ·  view source on GitHub ↗

Implementation of get_minutes method.

Source from the content-addressed store, hash-verified

39
40// Implementation of get_minutes method.
41unsigned int curl::cookie_time::get_minutes() const NOEXCEPT {
42 return this->minutes;
43}
44
45// Implementation of get_seconds method.
46unsigned int curl::cookie_time::get_seconds() const NOEXCEPT {

Callers 1

get_formattedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected