MCPcopy Create free account
hub / github.com/GCWing/BitFun / set_cursor_home

Method set_cursor_home

src/apps/cli/src/ui/chat/input.rs:51–54  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

49 }
50
51 pub fn set_cursor_home(&mut self) {
52 self.text_input.set_cursor_home();
53 self.refresh_command_menu();
54 }
55
56 pub fn set_cursor_end(&mut self) {
57 self.text_input.set_cursor_end();

Callers

nothing calls this directly

Calls 1

refresh_command_menuMethod · 0.45

Tested by

no test coverage detected