MCPcopy Create free account
hub / github.com/cinder/Cinder / init_buffers

Method init_buffers

include/asio/basic_socket_streambuf.hpp:566–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564 const basic_socket_streambuf&) ASIO_DELETED;
565
566 void init_buffers()
567 {
568 setg(&get_buffer_[0],
569 &get_buffer_[0] + putback_max,
570 &get_buffer_[0] + putback_max);
571
572 if (put_buffer_.empty())
573 setp(0, 0);
574 else
575 setp(&put_buffer_[0], &put_buffer_[0] + put_buffer_.size());
576 }
577
578 int timeout() const
579 {

Callers 2

Calls 2

emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected