MCPcopy Create free account
hub / github.com/enowdev/enowX-Coder / handleDeleteChat

Function handleDeleteChat

src/components/layout/ChatHeader.tsx:106–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 };
105
106 const handleDeleteChat = () => {
107 setMenuOpen(false);
108 if (!activeSessionId || !activeSession) return;
109 setDeleteConfirmOpen(true);
110 };
111
112 const confirmDelete = async () => {
113 setDeleteConfirmOpen(false);

Callers 1

ChatHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected