Implementation of get_libz_version.
| 122 | |
| 123 | // Implementation of get_libz_version. |
| 124 | inline std::string curl_info::get_libz_version() const NOEXCEPT { |
| 125 | return std::string(this->version->libz_version); |
| 126 | } |
| 127 | |
| 128 | // Implementation of get_ares method. |
| 129 | inline std::string curl_info::get_ares() const NOEXCEPT { |
nothing calls this directly
no outgoing calls
no test coverage detected