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

Method callNotification

src/common/lsp/client/client.cpp:644–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642}
643
644void ClientPrivate::callNotification(const QString &method, const QJsonObject &params)
645{
646 writeLspData(newlsp::notificationData(method, params).toUtf8());
647}
648
649void ClientPrivate::writeLspData(const QByteArray &jsonObj)
650{

Callers 3

openRequestMethod · 0.80
closeRequestMethod · 0.80
changeRequestMethod · 0.80

Calls 1

notificationDataFunction · 0.85

Tested by

no test coverage detected