MCPcopy Index your code
hub / github.com/winfunc/opcode / handleDeleteClick

Function handleDeleteClick

src/components/SlashCommandsManager.tsx:199–202  ·  view source on GitHub ↗
(command: SlashCommand)

Source from the content-addressed store, hash-verified

197 };
198
199 const handleDeleteClick = (command: SlashCommand) => {
200 setCommandToDelete(command);
201 setDeleteDialogOpen(true);
202 };
203
204 const confirmDelete = async () => {
205 if (!commandToDelete) return;

Callers 1

SlashCommandsManagerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected