Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElyPrismLauncher/Launcher
/ timeout
Method
timeout
launcher/java/JavaChecker.cpp:193–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
}
192
193
void JavaChecker::timeout()
194
{
195
// NO MERCY. NO ABUSE.
196
if (process) {
197
qDebug() <<
"Java checker has been killed by timeout."
;
198
process->kill();
199
}
200
}
Callers
nothing calls this directly
Calls
1
kill
Method · 0.45
Tested by
no test coverage detected