Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GCWing/BitFun
/ theme_selector_visible
Method
theme_selector_visible
src/apps/cli/src/ui/chat/popups.rs:110–112 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
108
}
109
110
pub fn theme_selector_visible(&self) -> bool {
111
self.theme_selector.is_visible()
112
}
113
114
pub fn theme_selector_up(&mut self) {
115
self.theme_selector.move_up();
Callers
3
any_popup_visible
Method · 0.80
close_all_popups
Method · 0.80
handle_key_event
Method · 0.80
Calls
1
is_visible
Method · 0.45
Tested by
no test coverage detected