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

Function baseGroup

plugins/cmake/cmakeutils.cpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37{
38
39KConfigGroup baseGroup( KDevelop::IProject* project )
40{
41 if (!project)
42 return KConfigGroup();
43
44 return project->projectConfiguration()->group(Config::groupName());
45}
46
47KConfigGroup buildDirGroup( KDevelop::IProject* project, int buildDirIndex )
48{

Callers 8

buildDirGroupFunction · 0.85
buildDirGroupExistsFunction · 0.85
projectRootRelativeFunction · 0.85
hasProjectRootRelativeFunction · 0.85
currentBuildDirIndexFunction · 0.85
buildDirCountFunction · 0.85

Calls 3

groupNameFunction · 0.85
KConfigGroupClass · 0.50
projectConfigurationMethod · 0.45

Tested by

no test coverage detected