MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / get_code

Method get_code

include/curl_exception.h:187–189  ·  view source on GitHub ↗

* Returns the error code if there is one. Returns CURLM_OK if none has been set. */

Source from the content-addressed store, hash-verified

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 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected