Implementation of get_libssh_version method.
| 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 { |
nothing calls this directly
no outgoing calls
no test coverage detected