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

Method hide

src/apps/cli/src/ui/mcp_selector.rs:92–98  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

90 }
91
92 pub fn hide(&mut self) {
93 self.visible = false;
94 // Note: we don't clear items here to support back navigation
95 self.loading_id = None;
96 self.confirm_delete_id = None;
97 self.last_area = None;
98 }
99
100 /// Reshow the MCP selector (for back navigation)
101 pub fn reshow(&mut self) {

Callers 15

toggle_main_windowFunction · 0.45
minimize_to_trayFunction · 0.45
startup_window_controlFunction · 0.45
with_export_webviewFunction · 0.45
handle_mouse_eventMethod · 0.45
handle_keyMethod · 0.45
navigate_backMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected