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

Method exitRequest

src/common/lsp/client/client.cpp:632–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632void Client::exitRequest()
633{
634 d->callMethod(lsp::V_EXIT, lsp::exit());
635}
636
637void ClientPrivate::callMethod(const QString &method, const QJsonObject &params, const QString &filePath)
638{

Callers

nothing calls this directly

Calls 2

exitFunction · 0.85
callMethodMethod · 0.80

Tested by

no test coverage detected