Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElyPrismLauncher/Launcher
/ check
Method
check
launcher/tools/JVisualVM.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
bool JVisualVMFactory::check(QString* error)
73
{
74
return check(globalSettings->get(
"JVisualVMPath"
).toString(), error);
75
}
76
77
bool JVisualVMFactory::check(const QString& path, QString* error)
78
{
Callers
8
readyForLaunch
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
populateLaunchMenu
Method · 0.45
Calls
4
toString
Method · 0.45
get
Method · 0.45
isEmpty
Method · 0.45
contains
Method · 0.45
Tested by
no test coverage detected