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