Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
344
bool hasProjectRootRelative(KDevelop::IProject* project)
345
{
346
return baseGroup(project).hasKey( Config::Old::projectRootRelativeKey );
347
}
348
349
QString currentExtraArguments( KDevelop::IProject* project, int builddir )
350
{
Callers
nothing calls this directly
Calls
2
baseGroup
Function · 0.85
hasKey
Method · 0.45
Tested by
no test coverage detected