MCPcopy Create free account
hub / github.com/KDE/kdevelop / start

Method start

plugins/cmake/cmakeserverimportjob.cpp:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void CMakeServerImportJob::start()
113{
114 if (m_server->isServerAvailable())
115 doStart();
116 else
117 connect(m_server.data(), &CMakeServer::connected, this, &CMakeServerImportJob::doStart);
118}
119
120void CMakeServerImportJob::doStart()
121{

Callers

nothing calls this directly

Calls 2

isServerAvailableMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected