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

Method symbolInformations

src/plugins/codeeditor/symbol/symbolmanager.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78QList<newlsp::SymbolInformation> SymbolManager::symbolInformations(const QString &file) const
79{
80 return d->symbolInfoHash.value(file, {});
81}
82
83SymbolManager::SymbolInfo SymbolManager::findSymbol(const QString &file, int line, int column)
84{

Callers 3

setSymbolPathMethod · 0.80
findSymbolMethod · 0.80
prepareSearchMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected