Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_window
Function · 0.45
any_popup_visible
Method · 0.45
render
Method · 0.45
handle_key
Method · 0.45
push_current_popup_to_stack
Method · 0.45
navigate_back
Method · 0.45
command_menu_visible
Method · 0.45
command_palette_visible
Method · 0.45
model_selector_visible
Method · 0.45
theme_selector_visible
Method · 0.45
agent_selector_visible
Method · 0.45
skill_selector_visible
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected