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