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

Method builder

plugins/cmake/cmakemanager.cpp:353–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353KDevelop::IProjectBuilder * CMakeManager::builder() const
354{
355 IPlugin* i = core()->pluginController()->pluginForExtension( QStringLiteral("org.kdevelop.IProjectBuilder"), QStringLiteral("KDevCMakeBuilder"));
356 Q_ASSERT(i);
357 auto* _builder = i->extension<KDevelop::IProjectBuilder>();
358 Q_ASSERT(_builder );
359 return _builder ;
360}
361
362bool CMakeManager::reload(KDevelop::ProjectFolderItem* folder)
363{

Callers 5

failedConnectionMethod · 0.45
reconfigureThenImportMethod · 0.45
configureMethod · 0.45
cleanupMethod · 0.45
testConfigureMethod · 0.45

Calls 2

pluginControllerMethod · 0.80
pluginForExtensionMethod · 0.45

Tested by 2

cleanupMethod · 0.36
testConfigureMethod · 0.36