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

Method displayReference

src/plugins/codeeditor/codelens/codelens.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void CodeLens::displayReference(const lsp::References &data)
59{
60 uiController.switchContext(tr("Search &Results"));
61 d->lens->setData(data);
62}

Callers

nothing calls this directly

Calls 1

setDataMethod · 0.45

Tested by

no test coverage detected