Implementation of get_month method.
| 58 | |
| 59 | // Implementation of get_month method. |
| 60 | std::string curl::cookie_date::get_month() const NOEXCEPT { |
| 61 | return this->month; |
| 62 | } |
| 63 | |
| 64 | // Implementation of get_year method. |
| 65 | unsigned int curl::cookie_date::get_year() const NOEXCEPT { |
nothing calls this directly
no outgoing calls
no test coverage detected