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

Method execute_selected

src/views/command_palette.rs:344–351  ·  view source on GitHub ↗
(&mut self, cx: &mut Context<Self>)

Source from the content-addressed store, hash-verified

342 });
343 }
344 }
345 cx.notify();
346 }
347
348 pub fn focus_input(&self, window: &mut Window, cx: &mut Context<Self>) {
349 if let Some(input) = &self.input_state {
350 input.update(cx, |state, cx| state.focus(window, cx));
351 }
352 }
353
354 pub fn is_mounted(&self) -> bool {

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected