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

Method hide_cursor

std/src/console/trivial.rs:68–70  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

66 }
67
68 fn hide_cursor(&mut self) -> io::Result<()> {
69 Ok(())
70 }
71
72 fn is_interactive(&self) -> bool {
73 true

Callers 4

redraw_lineMethod · 0.45
erase_atMethod · 0.45
do_charMethod · 0.45
execMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected