(&mut self)
| 856 | } |
| 857 | |
| 858 | fn reset_input_cursor(&mut self) -> anyhow::Result<()> { |
| 859 | self.state.input.seek_to_start(); |
| 860 | Ok(()) |
| 861 | } |
| 862 | |
| 863 | fn write_input_to_target(&mut self) -> anyhow::Result<()> { |
| 864 | let source = self |
no test coverage detected