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

Function includes_collection_commands

src/views/command_palette.rs:596–604  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

594 .rounded(px(4.0))
595 .cursor_pointer()
596 .bg(motion::hover_blend(&hover_key, rest_bg, hover_bg))
597 .on_hover(motion::hover_listener(hover_key))
598 .on_mouse_move(cx.listener(move |this, _, _, cx| {
599 if this.selected_index != i {
600 this.selected_index = i;
601 cx.notify();
602 }
603 }))
604 .on_click(cx.listener(move |this, _, window, cx| {
605 this.execute_command(cmd_id, window, cx);
606 }))
607 .child(

Callers

nothing calls this directly

Calls 1

default_commandsFunction · 0.85

Tested by

no test coverage detected