Implementation of get_path method.
| 139 | |
| 140 | // Implementation of get_path method. |
| 141 | string curl::cookie::get_path() const NOEXCEPT { |
| 142 | return this->path; |
| 143 | } |
| 144 | |
| 145 | // Implementation of get_domain method. |
| 146 | string curl::cookie::get_domain() const NOEXCEPT { |
nothing calls this directly
no outgoing calls
no test coverage detected