Implementation of get_libidin method.
| 132 | |
| 133 | // Implementation of get_libidin method. |
| 134 | inline std::string curl_info::get_libidn() const NOEXCEPT { |
| 135 | return std::string(this->version->libidn); |
| 136 | } |
| 137 | |
| 138 | // Implementation of get_libssh_version method. |
| 139 | inline std::string curl_info::get_libssh_version() const NOEXCEPT { |
nothing calls this directly
no outgoing calls
no test coverage detected