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

Method get_code

include/curl_exception.h:215–217  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected