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

Method configure

plugins/cmake/cmakeserver.cpp:193–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void CMakeServer::configure(const QStringList& args)
194{
195 sendCommand({
196 {QStringLiteral("type"), QStringLiteral("configure")},
197 {QStringLiteral("cacheArguments"), QJsonArray::fromStringList(args)}
198 });
199}
200
201void CMakeServer::compute()
202{

Callers 4

failedConnectionMethod · 0.45
reconfigureThenImportMethod · 0.45
integrateDataMethod · 0.45
processResponseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected