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

Method changeRequest

src/common/lsp/client/client.cpp:567–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565}
566
567void 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
572void Client::symbolRequest(const QString &filePath)
573{

Callers 1

delayTextChangedMethod · 0.80

Calls 2

didChangeFunction · 0.85
callNotificationMethod · 0.80

Tested by

no test coverage detected