Implementation of get_domain method.
| 144 | |
| 145 | // Implementation of get_domain method. |
| 146 | string curl::cookie::get_domain() const NOEXCEPT { |
| 147 | return this->domain; |
| 148 | } |
| 149 | |
| 150 | // Implementation of is_secure method. |
| 151 | bool curl::cookie::is_secure() const NOEXCEPT { |
nothing calls this directly
no outgoing calls
no test coverage detected