Implmentation of get_value method.
| 134 | |
| 135 | // Implmentation of get_value method. |
| 136 | string curl::cookie::get_value() const NOEXCEPT { |
| 137 | return this->value; |
| 138 | } |
| 139 | |
| 140 | // Implementation of get_path method. |
| 141 | string curl::cookie::get_path() const NOEXCEPT { |
nothing calls this directly
no outgoing calls
no test coverage detected