MCPcopy Create free account
hub / github.com/SensAI-PT/RAGMeUp / handleSelectChat

Function handleSelectChat

ui/node-react/client/src/pages/MainLayout.js:46–49  ·  view source on GitHub ↗
(chatId)

Source from the content-addressed store, hash-verified

44 };
45
46 const handleSelectChat = (chatId) => {
47 setActiveChatId(chatId);
48 setActiveView('chat');
49 };
50
51 const handleDeleteChat = async (chatId) => {
52 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected