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

Method buildSystemManager

kdevplatform/shell/project.cpp:616–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614}
615
616IBuildSystemManager* Project::buildSystemManager() const
617{
618 Q_D(const Project);
619
620 return d->manager->extension<IBuildSystemManager>();
621}
622
623IPlugin* Project::managerPlugin() const
624{

Callers 15

findPluginsForProjectMethod · 0.80
mapSourceBuildMethod · 0.80
addJobMethod · 0.80
dropEventMethod · 0.80
updateActionsMethod · 0.80
runToolMethod · 0.80
loadSimpleProjectMethod · 0.80
buildDirProjectMethod · 0.80
loadMultiPathProjectMethod · 0.80

Calls

no outgoing calls

Tested by 15

loadSimpleProjectMethod · 0.64
buildDirProjectMethod · 0.64
loadMultiPathProjectMethod · 0.64
MesonIntrospectJobMethod · 0.64
testBuildDirectoryMethod · 0.64
runClangTidyMethod · 0.64
runClangTidyMethod · 0.64
loadProjectFunction · 0.64
cleanupMethod · 0.64
testConfigureMethod · 0.64
testIncludePathsMethod · 0.64
testRelativePathsMethod · 0.64