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

Function currentEnvironment

plugins/cmake/cmakeutils.cpp:386–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386QString currentEnvironment(KDevelop::IProject* project, int builddir)
387{
388 return readBuildDirParameter( project, Config::Specific::cmakeEnvironmentKey, QString(), builddir );
389}
390
391int currentBuildDirIndex( KDevelop::IProject* project )
392{

Callers 4

environmentProfileMethod · 0.85
initAdvancedMethod · 0.85
applyMethod · 0.85
removeBuildDirMethod · 0.85

Calls 2

readBuildDirParameterFunction · 0.85
QStringClass · 0.70

Tested by

no test coverage detected