Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isShown
Method
isShown
gui/showtypes.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
bool ShowTypes::isShown(ShowTypes::ShowType category) const
82
{
83
return mVisible[category];
84
}
85
86
bool ShowTypes::isShown(Severity severity) const
87
{
Callers
3
showResults
Method · 0.80
isErrorItemHidden
Method · 0.80
loadSettings
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected