MCPcopy Create free account
hub / github.com/Ruddle/Fomos / height

Method height

bootloader/kernel/src/framebuffer.rs:90–92  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

88 }
89
90 fn height(&self) -> usize {
91 self.info.height
92 }
93
94 /// Writes a single char to the framebuffer. Takes care of special control characters, such as
95 /// newlines and carriage returns.

Callers 1

write_charMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected