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

Method referencesRequest

src/common/lsp/client/client.cpp:597–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595}
596
597void Client::referencesRequest(const QString &filePath, const lsp::Position &pos)
598{
599 d->callMethod(lsp::V_TEXTDOCUMENT_REFERENCES, lsp::references(filePath, pos), filePath);
600}
601
602void Client::docHighlightRequest(const QString &filePath, const lsp::Position &pos)
603{

Callers 1

Calls 2

referencesFunction · 0.85
callMethodMethod · 0.80

Tested by

no test coverage detected