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

Method execute_command

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

Source from the content-addressed store, hash-verified

351 }
352 }
353
354 pub fn is_mounted(&self) -> bool {
355 self.is_open || self.closing_at.is_some()
356 }
357
358 pub fn close(&mut self, cx: &mut Context<Self>) {
359 self.is_open = false;
360 self.closing_at = None;

Callers 1

renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected