Implementation of get_datetime method.
| 154 | |
| 155 | // Implementation of get_datetime method. |
| 156 | curl::cookie_datetime curl::cookie::get_datetime() const NOEXCEPT { |
| 157 | return this->datetime; |
| 158 | } |
| 159 | |
| 160 | // Implementation of get_formatted method. |
| 161 | string curl::cookie::get_formatted() NOEXCEPT { |
nothing calls this directly
no outgoing calls
no test coverage detected