| 565 | } |
| 566 | |
| 567 | void Client::changeRequest(const QString &filePath, const QByteArray &text) |
| 568 | { |
| 569 | d->callNotification(lsp::V_TEXTDOCUMENT_DIDCHANGE, lsp::didChange(filePath, text, d->fileVersion[filePath])); |
| 570 | } |
| 571 | |
| 572 | void Client::symbolRequest(const QString &filePath) |
| 573 | { |
no test coverage detected