Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ check
Method
check
launcher/tools/JProfiler.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
bool JProfilerFactory::check(QString *error)
91
{
92
return check(globalSettings->get(
"JProfilerPath"
).toString(), error);
93
}
94
95
bool JProfilerFactory::check(const QString &path, QString *error)
96
{
Callers
nothing calls this directly
Calls
4
isEmpty
Method · 0.80
exists
Method · 0.80
toString
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected