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

Method get_received_bytes

include/curl_receiver.h:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94 // Implementation of get_received_buffer method.
95 template<typename T, const size_t SIZE> inline size_t curl_receiver<T,SIZE>::get_received_bytes() const {
96 return _recv_bytes;
97 }
98}
99
100#endif /* defined(CURLCPP_CURL_RECEIVER_H) */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected