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

Function handleNewChat

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

Source from the content-addressed store, hash-verified

39 }, [loadDatasets, loadChats]);
40
41 const handleNewChat = () => {
42 setActiveChatId(null);
43 setActiveView('chat');
44 };
45
46 const handleSelectChat = (chatId) => {
47 setActiveChatId(chatId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected