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

Method documentSymbols

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

Source from the content-addressed store, hash-verified

65}
66
67QList<newlsp::DocumentSymbol> SymbolManager::documentSymbols(const QString &file) const
68{
69 return d->docSymbolHash.value(file, {});
70}
71
72void SymbolManager::setSymbolInformations(const QString &file, const QList<newlsp::SymbolInformation> &symbolInfos)
73{

Callers 2

setSymbolPathMethod · 0.80
prepareSearchMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected