MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / fill_count

Method fill_count

crates/virtual-machine/src/devices/framebuffer.rs:55–57  ·  view source on GitHub ↗

Total FILL-register clears since boot.

(&self)

Source from the content-addressed store, hash-verified

53
54 /// The buffer the GUI displays.
55 pub fn pixels(&self) -> &[u8] {
56 &self.front
57 }
58
59 /// Total FILL-register clears since boot.
60 pub fn fill_count(&self) -> u64 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected