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

Method onPartialResponseReceived

ChatView/ChatCompressor.cpp:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void ChatCompressor::onPartialResponseReceived(const QString &requestId, const QString &partialText)
106{
107 if (!m_isCompressing || requestId != m_currentRequestId)
108 return;
109
110 m_accumulatedSummary += partialText;
111}
112
113void ChatCompressor::onFullResponseReceived(const QString &requestId, const QString &fullText)
114{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected