Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GCWing/BitFun
/ command_menu_down
Method
command_menu_down
src/apps/cli/src/ui/chat/input.rs:80–82 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
78
}
79
80
pub fn command_menu_down(&mut self) {
81
self.command_menu.move_down();
82
}
83
84
pub fn apply_command_menu_selection(&mut self) -> Option<String> {
85
let cmd = self.command_menu.apply_selection()?;
Callers
1
handle_key_event
Method · 0.80
Calls
1
move_down
Method · 0.45
Tested by
no test coverage detected