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

Method get_ares

include/curl_info.h:129–131  ·  view source on GitHub ↗

Implementation of get_ares method.

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected