| 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) */ |
nothing calls this directly
no outgoing calls
no test coverage detected