MCPcopy Create free account
hub / github.com/Infinity-OS/infinity / buffer

Method buffer

src/vga_buffer.rs:102–104  ·  view source on GitHub ↗

Gets a mutable reference to the console Buffer.

(&mut self)

Source from the content-addressed store, hash-verified

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) {

Callers 3

write_byteMethod · 0.80
new_lineMethod · 0.80
clear_rowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected