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

Method command_menu_up

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

Source from the content-addressed store, hash-verified

74 }
75
76 pub fn command_menu_up(&mut self) {
77 self.command_menu.move_up();
78 }
79
80 pub fn command_menu_down(&mut self) {
81 self.command_menu.move_down();

Callers 1

handle_key_eventMethod · 0.80

Calls 1

move_upMethod · 0.45

Tested by

no test coverage detected