Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ timeout
Method
timeout
launcher/java/JavaChecker.cpp:162–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
void JavaChecker::timeout()
163
{
164
// NO MERCY. NO ABUSE.
165
if(process)
166
{
167
qDebug() <<
"Java checker has been killed by timeout."
;
168
process->kill();
169
}
170
}
Callers
nothing calls this directly
Calls
1
kill
Method · 0.45
Tested by
no test coverage detected