MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / get_libidn

Method get_libidn

include/curl_info.h:134–136  ·  view source on GitHub ↗

Implementation of get_libidin method.

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected