* @brief Returns true when no chats exist yet. */
| 90 | * @brief Returns true when no chats exist yet. |
| 91 | */ |
| 92 | bool AI::ChatStore::isEmpty() const noexcept |
| 93 | { |
| 94 | return m_chats.isEmpty(); |
| 95 | } |
| 96 | |
| 97 | /** |
| 98 | * @brief Returns true when a chat with the given id exists. |
no outgoing calls