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

Method docSemanticTokensRange

src/common/lsp/client/client.cpp:612–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612void Client::docSemanticTokensRange(const QString &filePath, lsp::Range range)
613{
614 d->callMethod(lsp::V_TEXTDOCUMENT_SEMANTICTOKENS_RANGE, lsp::documentSemanticTokensRange(filePath, range), filePath);
615}
616
617void Client::docHoverRequest(const QString &filePath, const lsp::Position &pos)
618{

Callers

nothing calls this directly

Calls 2

callMethodMethod · 0.80

Tested by

no test coverage detected