Return the default size of a read buffer.
| 477 | |
| 478 | // Return the default size of a read buffer. |
| 479 | int64_t read_buffer_block_size() { return read_buffer_->read_buffer_block_size_; } |
| 480 | |
| 481 | private: |
| 482 | friend class RemoteOperRange; |
no outgoing calls
no test coverage detected