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

Method expandVariables

kdevplatform/util/environmentprofilelist.cpp:290–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void KDevelop::expandVariables(QMap<QString, QString>& variables, const QProcessEnvironment& environment)
291{
292 QMap<QString, QString> expanded;
293 for (auto it = variables.cbegin(), end = variables.cend(); it != end; ++it) {
294 expandVariable(it.key(), it.value(), expanded, variables, environment);
295 }
296 variables = expanded;
297}

Callers

nothing calls this directly

Calls 3

expandVariableFunction · 0.85
keyMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected