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

Method get_function

include/curl_ios.h:75–77  ·  view source on GitHub ↗

This method return the callback function pointer.

Source from the content-addressed store, hash-verified

73
74 // This method return the callback function pointer.
75 curlcpp_callback_type get_function() const {
76 return _callback_ptr;
77 }
78 private:
79 // Callback pointer.
80 curlcpp_callback_type _callback_ptr;

Callers 3

mainFunction · 0.45
curl_easyMethod · 0.45
curl_easyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected