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

Function hasProjectRootRelative

plugins/cmake/cmakeutils.cpp:344–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344bool hasProjectRootRelative(KDevelop::IProject* project)
345{
346 return baseGroup(project).hasKey( Config::Old::projectRootRelativeKey );
347}
348
349QString currentExtraArguments( KDevelop::IProject* project, int builddir )
350{

Callers

nothing calls this directly

Calls 2

baseGroupFunction · 0.85
hasKeyMethod · 0.45

Tested by

no test coverage detected