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

Method handleFullResponse

QuickRefactorHandler.cpp:413–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413void QuickRefactorHandler::handleFullResponse(const QString &requestId, const QString &fullText)
414{
415 if (requestId == m_lastRequestId) {
416 m_activeRequests.remove(requestId);
417 QJsonObject request{{"id", requestId}};
418 handleLLMResponse(fullText, request, true);
419 }
420}
421
422void QuickRefactorHandler::handleRequestFinalized(
423 const ::LLMQore::RequestID &requestId, const ::LLMQore::CompletionInfo &info)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected