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

Method closeRequest

src/common/lsp/client/client.cpp:562–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

handleFileClosedMethod · 0.80

Calls 2

didCloseFunction · 0.85
callNotificationMethod · 0.80

Tested by

no test coverage detected