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

Method set_callback

include/curl_ios.h:65–67  ·  view source on GitHub ↗

This method allow to specify a custom callback pointer.

Source from the content-addressed store, hash-verified

63
64 // This method allow to specify a custom callback pointer.
65 void set_callback(curlcpp_callback_type callback_ptr) {
66 _callback_ptr = callback_ptr == nullptr ? write_callback<std::ostringstream> : callback_ptr;
67 }
68
69 // This method returns the stream pointer.
70 T *get_stream() const {

Callers 1

curl_iosMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected