* Check whether any bytes have been written. */
| 75 | * Check whether any bytes have been written. |
| 76 | */ |
| 77 | [[nodiscard]] bool AnyBytesWritten() const noexcept { return !this->dest->empty(); } |
| 78 | /** |
| 79 | * Get number of already written bytes. |
| 80 | */ |
no test coverage detected