Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
310
QString LaunchTask::substituteVariables(QString& cmd, bool isLaunch) const
311
{
312
return expandVariables(cmd, isLaunch ? m_instance->createLaunchEnvironment() : m_instance->createEnvironment());
313
}
Callers
3
executeTask
Method · 0.80
executeTask
Method · 0.80
executeTask
Method · 0.80
Calls
3
expandVariables
Function · 0.85
createLaunchEnvironment
Method · 0.45
createEnvironment
Method · 0.45
Tested by
no test coverage detected