| 373 | } |
| 374 | |
| 375 | void BufferPool::ClientHandle::SetDebugDenyIncreaseReservation(double probability) { |
| 376 | impl_->reservation()->SetDebugDenyIncreaseReservation(probability); |
| 377 | } |
| 378 | |
| 379 | int64_t BufferPool::ClientHandle::min_buffer_len() const { |
| 380 | return impl_->min_buffer_len(); |
no test coverage detected