Implementation of get_features method.
| 147 | |
| 148 | // Implementation of get_features method. |
| 149 | inline int curl_info::get_features() const NOEXCEPT { |
| 150 | return this->version->features; |
| 151 | } |
| 152 | |
| 153 | // Implementation of get_ares_number method. |
| 154 | inline int curl_info::get_ares_number() const NOEXCEPT { |
nothing calls this directly
no outgoing calls
no test coverage detected