Gets a mutable reference to the console Buffer.
(&mut self)
| 100 | |
| 101 | /// Gets a mutable reference to the console Buffer. |
| 102 | fn buffer(&mut self) -> &mut Buffer { |
| 103 | unsafe { self.buffer.get_mut() } |
| 104 | } |
| 105 | |
| 106 | /// Adds a new file |
| 107 | fn new_line(&mut self) { |
no outgoing calls
no test coverage detected