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

Method doStart

plugins/cmake/cmakeserverimportjob.cpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void CMakeServerImportJob::doStart()
121{
122 connect(m_server.data(), &CMakeServer::response, this, &CMakeServerImportJob::processResponse);
123
124 m_server->handshake(m_project->path(), CMake::currentBuildDir(m_project));
125}
126
127void CMakeServerImportJob::processResponse(const QJsonObject& response)
128{

Callers

nothing calls this directly

Calls 4

currentBuildDirFunction · 0.85
handshakeMethod · 0.80
dataMethod · 0.45
pathMethod · 0.45

Tested by

no test coverage detected