MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / callMethod

Method callMethod

src/common/lsp/client/client.cpp:637–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635}
636
637void ClientPrivate::callMethod(const QString &method, const QJsonObject &params, const QString &filePath)
638{
639 requestIndex++;
640 requestSave.insert(requestIndex, { method, filePath });
641 writeLspData(newlsp::methodData(requestIndex, method, params).toUtf8());
642}
643
644void ClientPrivate::callNotification(const QString &method, const QJsonObject &params)
645{

Callers 15

documentColorMethod · 0.80
formattingMethod · 0.80
rangeFormattingMethod · 0.80
initRequestMethod · 0.80
symbolRequestMethod · 0.80
renameRequestMethod · 0.80
definitionRequestMethod · 0.80
completionRequestMethod · 0.80
signatureHelpRequestMethod · 0.80
referencesRequestMethod · 0.80
docHighlightRequestMethod · 0.80
docSemanticTokensFullMethod · 0.80

Calls 2

methodDataFunction · 0.85
insertMethod · 0.80

Tested by

no test coverage detected