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