Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GCWing/BitFun
/ hide_skill_selector
Method
hide_skill_selector
src/apps/cli/src/ui/chat/popups.rs:182–184 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
180
}
181
182
pub fn hide_skill_selector(&mut self) {
183
self.skill_selector.hide();
184
}
185
186
pub fn reshow_skill_selector(&mut self) {
187
self.skill_selector.reshow();
Callers
3
close_all_popups
Method · 0.80
navigate_back
Method · 0.80
handle_skill_selector_action
Method · 0.80
Calls
1
hide
Method · 0.45
Tested by
no test coverage detected