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

Function initBuildDirConfig

plugins/cmake/cmakeutils.cpp:414–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414void initBuildDirConfig( KDevelop::IProject* project )
415{
416 int buildDirIndex = currentBuildDirIndex( project );
417 if (buildDirCount(project) <= buildDirIndex )
418 setBuildDirCount( project, buildDirIndex + 1 );
419}
420
421int buildDirCount( KDevelop::IProject* project )
422{

Callers

nothing calls this directly

Calls 3

currentBuildDirIndexFunction · 0.85
buildDirCountFunction · 0.85
setBuildDirCountFunction · 0.85

Tested by

no test coverage detected