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

Method select

src/components/custom_dropdown.rs:47–52  ·  view source on GitHub ↗
(&mut self, method: HttpMethod, cx: &mut Context<Self>)

Source from the content-addressed store, hash-verified

45 self.close_epoch = self.close_epoch.wrapping_add(1);
46 self.is_open = true;
47 self.closing_at = None;
48 self.close_time = None;
49 cx.notify();
50 }
51
52 pub fn close(&mut self, cx: &mut Context<Self>) {
53 self.begin_close(cx);
54 }
55

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected