| 49 | } |
| 50 | |
| 51 | pub struct Writer { |
| 52 | column_position: usize, |
| 53 | color_code: ColorCode, |
| 54 | buffer: &'static mut Buffer, |
| 55 | } |
| 56 | |
| 57 | impl Writer { |
| 58 | pub fn write_byte(&mut self, byte: u8) { |
nothing calls this directly
no outgoing calls
no test coverage detected