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

Method do_home

std/src/console/readline.rs:249–251  ·  view source on GitHub ↗

Moves the cursor to the start of the line.

(&mut self)

Source from the content-addressed store, hash-verified

247
248 /// Moves the cursor to the start of the line.
249 fn do_home(&mut self) -> io::Result<DispatchResult> {
250 self.do_move_to(0)
251 }
252
253 /// Ignores a key press that has no editing effect.
254 fn do_ignore(&mut self) -> io::Result<DispatchResult> {

Callers 1

runMethod · 0.80

Calls 1

do_move_toMethod · 0.80

Tested by

no test coverage detected