| 92 | } |
| 93 | |
| 94 | std::vector<std::uint8_t> take() { return std::move(buf_); } |
| 95 | const std::vector<std::uint8_t>& view() const noexcept { return buf_; } |
| 96 | |
| 97 | // sorted block start offsets. block 0 is at 0, the rest follow emit order. |
nothing calls this directly
no outgoing calls
no test coverage detected