MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / chatList

Method chatList

app/src/AI/Assistant.cpp:150–153  ·  view source on GitHub ↗

* @brief Returns the saved chats as metadata rows for QML, newest first. */

Source from the content-addressed store, hash-verified

148 * @brief Returns the saved chats as metadata rows for QML, newest first.
149 */
150QVariantList AI::Assistant::chatList() const
151{
152 return m_chats.list();
153}
154
155/**
156 * @brief Returns the id of the currently displayed chat.

Callers

nothing calls this directly

Calls 1

listMethod · 0.45

Tested by

no test coverage detected