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

Function buildDirGroupExists

plugins/cmake/cmakeutils.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52bool buildDirGroupExists( KDevelop::IProject* project, int buildDirIndex )
53{
54 return baseGroup(project).hasGroup(Config::groupNameBuildDir(buildDirIndex));
55}
56
57QString readBuildDirParameter(KDevelop::IProject* project, const char* key, const QString& aDefault, int buildDirectory)
58{

Callers 1

removeBuildDirConfigFunction · 0.85

Calls 2

baseGroupFunction · 0.85
groupNameBuildDirFunction · 0.85

Tested by

no test coverage detected