* Returns the error code if there is one. Returns CURLE_OK if none has been set. */
| 213 | * Returns the error code if there is one. Returns CURLE_OK if none has been set. |
| 214 | */ |
| 215 | inline CURLSHcode get_code() const { |
| 216 | return code; |
| 217 | } |
| 218 | private: |
| 219 | CURLSHcode code; |
| 220 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected