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

Method handleInitialized

LLMClientInterface.cpp:196–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194void LLMClientInterface::handleTextDocumentDidOpen(const QJsonObject &request) {}
195
196void LLMClientInterface::handleInitialized(const QJsonObject &request)
197{
198 QJsonObject response;
199 response["jsonrpc"] = "2.0";
200 response["method"] = "initialized";
201 response["params"] = QJsonObject();
202
203 emit messageReceived(LanguageServerProtocol::JsonRpcMessage(response));
204}
205
206void LLMClientInterface::handleExit(const QJsonObject &request)
207{

Callers

nothing calls this directly

Calls 1

QJsonObjectClass · 0.50

Tested by

no test coverage detected