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

Method busy

app/src/AI/Assistant.cpp:134–137  ·  view source on GitHub ↗

* @brief Returns true while the conversation is awaiting a reply. */

Source from the content-addressed store, hash-verified

132 * @brief Returns true while the conversation is awaiting a reply.
133 */
134bool AI::Assistant::busy() const noexcept
135{
136 return m_conversation && m_conversation->busy();
137}
138
139/**
140 * @brief Returns the Conversation as a QObject* for QML binding.

Callers 9

activateMethod · 0.45
deactivateMethod · 0.45
validateMethod · 0.45
getStatusMethod · 0.45
trialGetStatusMethod · 0.45
trialEnableMethod · 0.45
newChatMethod · 0.45
switchChatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected