Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
15
pub fn framebuffer_flush() -> isize {
16
sys_framebuffer_flush()
17
}
18
19
pub struct Display {
20
pub size: Size,
Callers
3
paint_on_framebuffer
Method · 0.85
draw_iter
Method · 0.85
draw_iter
Method · 0.85
Calls
1
sys_framebuffer_flush
Function · 0.70
Tested by
no test coverage detected