MCPcopy 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_eventMethod · 0.80

Calls 1

move_upMethod · 0.45

Tested by

no test coverage detected