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

Method show_skill_selector

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

Source from the content-addressed store, hash-verified

1737 }
1738
1739 fn show_skill_selector(&mut self) {
1740 self.push_current_popup_to_stack();
1741 self.skill_selector.show_menu();
1742 }
1743
1744 fn show_available_skill_list(&mut self) {
1745 let skills = tokio::task::block_in_place(|| {

Callers 2

handle_palette_actionMethod · 0.45
handle_commandMethod · 0.45

Calls 2

show_menuMethod · 0.45

Tested by

no test coverage detected