MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / sendMessage

Method sendMessage

ChatView/ChatRootView.cpp:415–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415void ChatRootView::sendMessage(const QString &message)
416{
417 const QStringList attachments = m_attachmentFiles;
418 const QStringList linkedFiles = m_linkedFiles;
419 const bool tools = useTools();
420 const bool thinking = useThinking();
421
422 if (deferSendForAutoCompress(message, attachments, linkedFiles, tools, thinking))
423 return;
424
425 dispatchSend(message, attachments, linkedFiles, tools, thinking);
426}
427
428bool ChatRootView::deferSendForAutoCompress(
429 const QString &message,

Callers 1

dispatchSendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected