Implementation of get_year method.
| 63 | |
| 64 | // Implementation of get_year method. |
| 65 | unsigned int curl::cookie_date::get_year() const NOEXCEPT { |
| 66 | return this->year; |
| 67 | } |
| 68 | |
| 69 | // Implementation of get_formatted method. |
| 70 | std::string curl::cookie_date::get_formatted() NOEXCEPT { |
nothing calls this directly
no outgoing calls
no test coverage detected