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

Method get_libssh_version

include/curl_info.h:139–141  ·  view source on GitHub ↗

Implementation of get_libssh_version method.

Source from the content-addressed store, hash-verified

137
138 // Implementation of get_libssh_version method.
139 inline std::string curl_info::get_libssh_version() const NOEXCEPT {
140 return std::string(this->version->libssh_version);
141 }
142
143 // Implementation of get_version_number method.
144 inline unsigned int curl_info::get_version_number() const NOEXCEPT {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected