Implementation of get_name method.
| 129 | |
| 130 | // Implementation of get_name method. |
| 131 | string curl::cookie::get_name() const NOEXCEPT { |
| 132 | return this->name; |
| 133 | } |
| 134 | |
| 135 | // Implmentation of get_value method. |
| 136 | string curl::cookie::get_value() const NOEXCEPT { |
nothing calls this directly
no outgoing calls
no test coverage detected