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

Method show_subagent_selector

src/apps/cli/src/ui/startup.rs:1894–1897  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1892 }
1893
1894 fn show_subagent_selector(&mut self) {
1895 self.push_current_popup_to_stack();
1896 self.subagent_selector.show_menu();
1897 }
1898
1899 fn show_available_subagent_list(&mut self) {
1900 let registry = get_agent_registry();

Callers 2

handle_palette_actionMethod · 0.45
handle_commandMethod · 0.45

Calls 2

show_menuMethod · 0.45

Tested by

no test coverage detected