Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ setWorkingDirectory
Method
setWorkingDirectory
launcher/minecraft/launch/DirectJavaLaunch.cpp:129–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
void DirectJavaLaunch::setWorkingDirectory(const QString &wd)
130
{
131
m_process.setWorkingDirectory(wd);
132
}
133
134
void DirectJavaLaunch::proceed()
135
{
Callers
1
createLaunchTask
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected