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

Method ~ServerApplication

src/common/lsp/server/serverapplication.cpp:28–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26};
27
28ServerApplication::~ServerApplication()
29{
30 _globalServer = nullptr;
31
32 if (d) {
33 if (d->stdinParser) {
34 d->stdinParser->quit();
35 delete d->stdinParser;
36 }
37 if (d->globalPPidWatcher) {
38 d->globalPPidWatcher->stop();
39 }
40 delete d;
41 }
42}
43
44void ServerApplication::start()
45{

Callers

nothing calls this directly

Calls 2

quitMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected