MCPcopy Create free account
hub / github.com/bajrangCoder/setu / selected

Method selected

src/components/custom_dropdown.rs:55–57  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

53 self.begin_close(cx);
54 }
55
56 fn begin_close(&mut self, cx: &mut Context<Self>) {
57 if !self.is_open || self.closing_at.is_some() {
58 return;
59 }
60 self.is_open = false;

Callers 2

renderMethod · 0.45
render_tab_contentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected