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

Function handleConversationClick

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

Source from the content-addressed store, hash-verified

76 };
77
78 const handleConversationClick = (conversation: Conversation) => {
79 conversationStore.setCurrentConversationId(conversation.id);
80 if (layoutStore.isMobileView) {
81 layoutStore.toggleSidebar(false);
82 }
83 };
84
85 const handleEditConversation = (conversation: Conversation) => {
86 setUpdateConversationModalContext(conversation);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected