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

Method setDispatcher

app/src/AI/Conversation.cpp:114–117  ·  view source on GitHub ↗

* @brief Sets the tool dispatcher. The conversation does not take ownership. */

Source from the content-addressed store, hash-verified

112 * @brief Sets the tool dispatcher. The conversation does not take ownership.
113 */
114void AI::Conversation::setDispatcher(ToolDispatcher* dispatcher)
115{
116 m_dispatcher = dispatcher;
117}
118
119//--------------------------------------------------------------------------------------------------
120// Property getters

Callers 1

AssistantMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected