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

Method handleShutdown

LLMClientInterface.cpp:184–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void LLMClientInterface::handleShutdown(const QJsonObject &request)
185{
186 QJsonObject response;
187 response["jsonrpc"] = "2.0";
188 response["id"] = request["id"];
189 response["result"] = QJsonValue();
190
191 emit messageReceived(LanguageServerProtocol::JsonRpcMessage(response));
192}
193
194void LLMClientInterface::handleTextDocumentDidOpen(const QJsonObject &request) {}
195

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected