Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ print
Method
print
src/sys/prompt.rs:160–163 ·
view source on GitHub ↗
Print
(&mut self, c: char)
Source
from the content-addressed store, hash-verified
158
{
159
// Print
160
fn print(&mut self, c: char)
161
{
162
self.0 += c.len_utf8();
163
}
164
}
165
166
Callers
nothing calls this directly
Calls
2
handle_del
Method · 0.80
handle_printable
Method · 0.80
Tested by
no test coverage detected