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

Method agent_selector_down

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

Source from the content-addressed store, hash-verified

155 }
156
157 pub fn agent_selector_down(&mut self) {
158 self.agent_selector.move_down();
159 }
160
161 pub fn agent_selector_confirm(&self) -> Option<AgentItem> {
162 self.agent_selector.confirm_selection()

Callers 1

handle_key_eventMethod · 0.80

Calls 1

move_downMethod · 0.45

Tested by

no test coverage detected