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

Method lastActiveId

app/src/AI/ChatStore.cpp:108–111  ·  view source on GitHub ↗

* @brief Returns the id of the last chat marked active, or empty. */

Source from the content-addressed store, hash-verified

106 * @brief Returns the id of the last chat marked active, or empty.
107 */
108QString AI::ChatStore::lastActiveId() const
109{
110 return m_lastActive;
111}
112
113/**
114 * @brief Returns the position of a chat in m_chats, or -1.

Callers 1

initChatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected