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

Method shutdownRequest

src/common/lsp/client/client.cpp:627–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625}
626
627void Client::shutdownRequest()
628{
629 d->callMethod(lsp::V_SHUTDOWN, lsp::shutdown());
630}
631
632void Client::exitRequest()
633{

Callers

nothing calls this directly

Calls 2

shutdownFunction · 0.85
callMethodMethod · 0.80

Tested by

no test coverage detected