Implementation of get_ares method.
| 127 | |
| 128 | // Implementation of get_ares method. |
| 129 | inline std::string curl_info::get_ares() const NOEXCEPT { |
| 130 | return std::string(this->version->ares); |
| 131 | } |
| 132 | |
| 133 | // Implementation of get_libidin method. |
| 134 | inline std::string curl_info::get_libidn() const NOEXCEPT { |
nothing calls this directly
no outgoing calls
no test coverage detected