| 560 | } |
| 561 | |
| 562 | void Client::closeRequest(const QString &filePath) |
| 563 | { |
| 564 | d->callNotification(lsp::V_TEXTDOCUMENT_DIDCLOSE, lsp::didClose(filePath)); |
| 565 | } |
| 566 | |
| 567 | void Client::changeRequest(const QString &filePath, const QByteArray &text) |
| 568 | { |
no test coverage detected