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

Method theme_selector_down

src/apps/cli/src/ui/chat/popups.rs:118–120  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

116 }
117
118 pub fn theme_selector_down(&mut self) {
119 self.theme_selector.move_down();
120 }
121
122 pub fn theme_selector_confirm(&self) -> Option<ThemeItem> {
123 self.theme_selector.confirm_selection()

Callers 1

handle_key_eventMethod · 0.80

Calls 1

move_downMethod · 0.45

Tested by

no test coverage detected