* Get the original data, as passed to the constructor. */
| 86 | * Get the original data, as passed to the constructor. |
| 87 | */ |
| 88 | [[nodiscard]] std::string_view GetOrigData() const noexcept { return this->src; } |
| 89 | /** |
| 90 | * Get already read data. |
| 91 | */ |
no outgoing calls
no test coverage detected