MCPcopy Index your code
hub / github.com/endbasic/endbasic / move_within_line

Method move_within_line

std/src/console/trivial.rs:91–93  ·  view source on GitHub ↗
(&mut self, _off: i16)

Source from the content-addressed store, hash-verified

89 }
90
91 fn move_within_line(&mut self, _off: i16) -> io::Result<()> {
92 Ok(())
93 }
94
95 fn print(&mut self, text: &str) -> io::Result<()> {
96 let text = remove_control_chars(text);

Callers 4

redraw_lineMethod · 0.45
erase_atMethod · 0.45
do_charMethod · 0.45
do_move_toMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected