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

Method get_seconds

src/cookie_time.cpp:46–48  ·  view source on GitHub ↗

Implementation of get_seconds method.

Source from the content-addressed store, hash-verified

44
45// Implementation of get_seconds method.
46unsigned int curl::cookie_time::get_seconds() const NOEXCEPT {
47 return this->seconds;
48}
49
50// Implementation of get_formatted method.
51std::string curl::cookie_time::get_formatted() const NOEXCEPT {

Callers 1

get_formattedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected