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

Function buildDirCount

plugins/cmake/cmakeutils.cpp:421–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421int buildDirCount( KDevelop::IProject* project )
422{
423 return baseGroup(project).readEntry<int>( Config::buildDirCountKey, 0 );
424}
425
426void setBuildDirCount( KDevelop::IProject* project, int count )
427{

Callers 4

checkForNeedingConfigureFunction · 0.85
initBuildDirConfigFunction · 0.85
removeBuildDirConfigFunction · 0.85
allBuildDirsFunction · 0.85

Calls 1

baseGroupFunction · 0.85

Tested by

no test coverage detected