Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ timeout
Method
timeout
launcher/java/JavaChecker.cpp:220–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
}
219
220
void JavaChecker::timeout()
221
{
222
// NO MERCY. NO ABUSE.
223
if(process)
224
{
225
qDebug() <<
"Java checker has been killed by timeout."
;
226
process->kill();
227
}
228
}
Callers
nothing calls this directly
Calls
1
kill
Method · 0.45
Tested by
no test coverage detected