Implementation of underlying share getter method.
| 165 | |
| 166 | // Implementation of underlying share getter method. |
| 167 | inline CURLSH *curl_share::get() const { |
| 168 | return this->curl; |
| 169 | } |
| 170 | } |
| 171 | |
| 172 | #endif /* defined(CURLCPP_CURL_SHARE_H) */ |
nothing calls this directly
no outgoing calls
no test coverage detected