MCPcopy 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
81bool ShowTypes::isShown(ShowTypes::ShowType category) const
82{
83 return mVisible[category];
84}
85
86bool ShowTypes::isShown(Severity severity) const
87{

Callers 3

showResultsMethod · 0.80
isErrorItemHiddenMethod · 0.80
loadSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected