| 48 | } |
| 49 | |
| 50 | std::string curl::cookie_date::get_week_day() const NOEXCEPT { |
| 51 | return this->week_day; |
| 52 | } |
| 53 | |
| 54 | // Implementation of get_day method. |
| 55 | unsigned int curl::cookie_date::get_day() const NOEXCEPT { |
nothing calls this directly
no outgoing calls
no test coverage detected