Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ check
Method
check
launcher/tools/JVisualVM.cpp:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
bool JVisualVMFactory::check(QString *error)
84
{
85
return check(globalSettings->get(
"JVisualVMPath"
).toString(), error);
86
}
87
88
bool JVisualVMFactory::check(const QString &path, QString *error)
89
{
Callers
8
readyForLaunch
Method · 0.45
updateToolsMenu
Method · 0.45
on_jprofilerPathBtn_clicked
Method · 0.45
on_jprofilerCheckBtn_clicked
Method · 0.45
on_jvisualvmPathBtn_clicked
Method · 0.45
on_jvisualvmCheckBtn_clicked
Method · 0.45
on_mceditPathBtn_clicked
Method · 0.45
on_mceditCheckBtn_clicked
Method · 0.45
Calls
4
isEmpty
Method · 0.80
toString
Method · 0.45
get
Method · 0.45
contains
Method · 0.45
Tested by
no test coverage detected