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

Function handleEditConversation

src/components/Sidebar/ConversationList.tsx:51–57  ·  view source on GitHub ↗
(conversation: Conversation)

Source from the content-addressed store, hash-verified

49 };
50
51 const handleEditConversation = (conversation: Conversation) => {
52 setUpdateConversationModalContext(conversation);
53 setState({
54 ...state,
55 showUpdateConversationModal: true,
56 });
57 };
58
59 const handleDeleteConversation = (conversation: Conversation) => {
60 conversationStore.clearConversation((item) => item.id !== conversation.id);

Callers 1

ConversationListFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected