(chatId)
| 44 | }; |
| 45 | |
| 46 | const handleSelectChat = (chatId) => { |
| 47 | setActiveChatId(chatId); |
| 48 | setActiveView('chat'); |
| 49 | }; |
| 50 | |
| 51 | const handleDeleteChat = async (chatId) => { |
| 52 | try { |
nothing calls this directly
no outgoing calls
no test coverage detected