Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
627
void Client::shutdownRequest()
628
{
629
d->callMethod(lsp::V_SHUTDOWN, lsp::shutdown());
630
}
631
632
void Client::exitRequest()
633
{
Callers
nothing calls this directly
Calls
2
shutdown
Function · 0.85
callMethod
Method · 0.80
Tested by
no test coverage detected