| 1633 | auto is_buffered() const -> bool { return false; } |
| 1634 | auto needs_flush() const -> bool { return false; } |
| 1635 | void init_buffer() {} |
| 1636 | |
| 1637 | auto get_read_buffer() const -> span<const char> { |
| 1638 | return {&next_, has_next_ ? 1u : 0u}; |
nothing calls this directly
no outgoing calls
no test coverage detected