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

Method refreshTokens

src/plugins/codeeditor/lsp/languageclienthandler.cpp:815–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813}
814
815void LanguageClientHandler::refreshTokens()
816{
817 if (!d->editor || !d->documentIsOpened())
818 return;
819
820 d->getClient()->docSemanticTokensFull(d->editor->getFile());
821}
822
823void LanguageClientHandler::switchHeaderSource(const QString &file)
824{

Callers 1

resetThemeColorMethod · 0.80

Calls 4

documentIsOpenedMethod · 0.80
docSemanticTokensFullMethod · 0.80
getClientMethod · 0.80
getFileMethod · 0.45

Tested by

no test coverage detected