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

Method conversationObject

app/src/AI/Assistant.cpp:142–145  ·  view source on GitHub ↗

* @brief Returns the Conversation as a QObject* for QML binding. */

Source from the content-addressed store, hash-verified

140 * @brief Returns the Conversation as a QObject* for QML binding.
141 */
142QObject* AI::Assistant::conversationObject() const noexcept
143{
144 return m_conversation.get();
145}
146
147/**
148 * @brief Returns the saved chats as metadata rows for QML, newest first.

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected