Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ canprint
Function
canprint
src/sys/console.rs:207–210 ·
view source on GitHub ↗
Can print
(c: char)
Source
from the content-addressed store, hash-verified
205
206
// Can print
207
pub fn canprint(c: char) -> bool
208
{
209
((c as u32) < 0xFF) && crate::graphics::vga::canprint(c as u8)
210
}
211
212
213
// Color to background
Callers
1
handle_printable
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected