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

Method command_menu_visible

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

Source from the content-addressed store, hash-verified

70 }
71
72 pub fn command_menu_visible(&self) -> bool {
73 self.command_menu.is_visible()
74 }
75
76 pub fn command_menu_up(&mut self) {
77 self.command_menu.move_up();

Callers 1

handle_key_eventMethod · 0.80

Calls 1

is_visibleMethod · 0.45

Tested by

no test coverage detected