()
| 39 | }, [loadDatasets, loadChats]); |
| 40 | |
| 41 | const handleNewChat = () => { |
| 42 | setActiveChatId(null); |
| 43 | setActiveView('chat'); |
| 44 | }; |
| 45 | |
| 46 | const handleSelectChat = (chatId) => { |
| 47 | setActiveChatId(chatId); |
nothing calls this directly
no outgoing calls
no test coverage detected