* Check whether any bytes were already read. */
| 77 | * Check whether any bytes were already read. |
| 78 | */ |
| 79 | [[nodiscard]] bool AnyBytesRead() const noexcept { return this->position > 0; } |
| 80 | /** |
| 81 | * Get number of already read bytes. |
| 82 | */ |
no outgoing calls
no test coverage detected