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

Method hide

src/apps/cli/src/ui/provider_selector.rs:162–168  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

160 }
161
162 pub fn hide(&mut self) {
163 self.visible = false;
164 self.templates.clear();
165 self.rows.clear();
166 self.selectable_row_indices.clear();
167 self.last_area = None;
168 }
169
170 pub fn is_visible(&self) -> bool {
171 self.visible

Callers 2

handle_key_eventMethod · 0.45
handle_mouse_eventMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected