MCPcopy Create free account
hub / github.com/chyyuu/os_kernel_lab / framebuffer_flush

Function framebuffer_flush

user/src/io.rs:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 sys_framebuffer()
14}
15pub fn framebuffer_flush() -> isize {
16 sys_framebuffer_flush()
17}
18
19pub struct Display {
20 pub size: Size,

Callers 3

paint_on_framebufferMethod · 0.85
draw_iterMethod · 0.85
draw_iterMethod · 0.85

Calls 1

sys_framebuffer_flushFunction · 0.70

Tested by

no test coverage detected