Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ check
Method
check
launcher/tools/JProfiler.cpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
bool JProfilerFactory::check(QString* error)
79
{
80
return check(globalSettings->get(
"JProfilerPath"
).toString(), error);
81
}
82
83
bool JProfilerFactory::check(const QString& path, QString* error)
84
{
Callers
nothing calls this directly
Calls
4
exists
Method · 0.80
toString
Method · 0.45
get
Method · 0.45
isEmpty
Method · 0.45
Tested by
no test coverage detected