Implementation of get_day method.
| 53 | |
| 54 | // Implementation of get_day method. |
| 55 | unsigned int curl::cookie_date::get_day() const NOEXCEPT { |
| 56 | return this->day; |
| 57 | } |
| 58 | |
| 59 | // Implementation of get_month method. |
| 60 | std::string curl::cookie_date::get_month() const NOEXCEPT { |
nothing calls this directly
no outgoing calls
no test coverage detected