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

Method get_sent_bytes

include/curl_sender.h:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70 // Implementation of get_sent_bytes method.
71 template<class T> inline size_t curl_sender<T>::get_sent_bytes() const {
72 return _sent_bytes;
73 }
74
75 /**
76 * Template specialization for strings. C++ string type is not supported by libcurl C

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected