MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / wpos

Method wpos

src/graphics/vga/mod.rs:383–386  ·  view source on GitHub ↗

Writer position

(&self)

Source from the content-addressed store, hash-verified

381
382 // Writer position
383 fn wpos(&self) -> (usize, usize)
384 {
385 (self.writer[0], self.writer[1])
386 }
387
388
389 // Write byte

Callers 1

write_strMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected