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

Method handleExit

LLMClientInterface.cpp:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void LLMClientInterface::handleExit(const QJsonObject &request)
207{
208 emit finished();
209}
210
211void LLMClientInterface::sendErrorResponse(const QJsonObject &request, const QString &errorMessage)
212{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected