| 175 | } |
| 176 | |
| 177 | size_t Buffer::allocSize() const { |
| 178 | return alloc_; |
| 179 | } |
| 180 | |
| 181 | std::string Buffer::toString() const { |
| 182 | return std::string(static_cast<char *>(data_), size_); |
nothing calls this directly
no outgoing calls
no test coverage detected