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

Method get_libz_version

include/curl_info.h:124–126  ·  view source on GitHub ↗

Implementation of get_libz_version.

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected