MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / handleEditConversation

Function handleEditConversation

src/components/ConversationTabsView.tsx:85–87  ·  view source on GitHub ↗
(conversation: Conversation)

Source from the content-addressed store, hash-verified

83 };
84
85 const handleEditConversation = (conversation: Conversation) => {
86 setUpdateConversationModalContext(conversation);
87 };
88
89 const handleDeleteConversation = (conversation: Conversation) => {
90 conversationStore.clearConversation((item) => item.id !== conversation.id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected