Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ getStatusBarWarnings
Method
getStatusBarWarnings
src/qt/clientmodel.cpp:253–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
QString ClientModel::getStatusBarWarnings() const
254
{
255
return QString::fromStdString(GetWarnings(
"statusbar"
));
256
}
257
258
OptionsModel* ClientModel::getOptionsModel()
259
{
Callers
2
setClientModel
Method · 0.80
setClientModel
Method · 0.80
Calls
1
GetWarnings
Function · 0.85
Tested by
no test coverage detected