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

Method onRequestFailed

ChatView/ChatCompressor.cpp:134–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void ChatCompressor::onRequestFailed(const QString &requestId, const QString &error)
135{
136 if (!m_isCompressing || requestId != m_currentRequestId)
137 return;
138
139 LOG_MESSAGE(QString("Compression request failed: %1").arg(error));
140 handleCompressionError(tr("Compression failed: %1").arg(error));
141}
142
143void ChatCompressor::handleCompressionError(const QString &error)
144{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected