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

Method is_visible

src/apps/cli/src/ui/command_menu.rs:78–80  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

76 }
77
78 pub fn is_visible(&self) -> bool {
79 self.visible
80 }
81
82 pub fn move_up(&mut self) {
83 if !self.visible {

Callers 15

toggle_main_windowFunction · 0.45
any_popup_visibleMethod · 0.45
renderMethod · 0.45
handle_keyMethod · 0.45
navigate_backMethod · 0.45
command_menu_visibleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected