* Returns the error code if there is one. Returns CURLM_OK if none has been set. */
| 185 | * Returns the error code if there is one. Returns CURLM_OK if none has been set. |
| 186 | */ |
| 187 | inline CURLMcode get_code() const { |
| 188 | return code; |
| 189 | } |
| 190 | private: |
| 191 | CURLMcode code; |
| 192 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected