| 46 | } |
| 47 | |
| 48 | void setCompressedOut(std::unique_ptr<WriteBuffer> && buf) |
| 49 | { |
| 50 | chassert(response_holder); |
| 51 | chassert(!compression_holder); |
| 52 | compression_holder = std::move(buf); |
| 53 | } |
| 54 | |
| 55 | WriteBuffer * get() const |
| 56 | { |
no outgoing calls
no test coverage detected