Implementation of get_version_number method.
| 142 | |
| 143 | // Implementation of get_version_number method. |
| 144 | inline unsigned int curl_info::get_version_number() const NOEXCEPT { |
| 145 | return this->version->version_num; |
| 146 | } |
| 147 | |
| 148 | // Implementation of get_features method. |
| 149 | inline int curl_info::get_features() const NOEXCEPT { |
nothing calls this directly
no outgoing calls
no test coverage detected