MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / substituteVariables

Method substituteVariables

launcher/launch/LaunchTask.cpp:310–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310QString LaunchTask::substituteVariables(QString& cmd, bool isLaunch) const
311{
312 return expandVariables(cmd, isLaunch ? m_instance->createLaunchEnvironment() : m_instance->createEnvironment());
313}

Callers 3

executeTaskMethod · 0.80
executeTaskMethod · 0.80
executeTaskMethod · 0.80

Calls 3

expandVariablesFunction · 0.85
createEnvironmentMethod · 0.45

Tested by

no test coverage detected