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

Function buildDirGroup

plugins/cmake/cmakeutils.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47KConfigGroup buildDirGroup( KDevelop::IProject* project, int buildDirIndex )
48{
49 return baseGroup(project).group(Config::groupNameBuildDir(buildDirIndex));
50}
51
52bool buildDirGroupExists( KDevelop::IProject* project, int buildDirIndex )
53{

Callers 5

readBuildDirParameterFunction · 0.85
writeBuildDirParameterFunction · 0.85
removeBuildDirConfigFunction · 0.85
updateConfigFunction · 0.85
allBuildDirsFunction · 0.85

Calls 2

baseGroupFunction · 0.85
groupNameBuildDirFunction · 0.85

Tested by

no test coverage detected