MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / showResults

Method showResults

gui/resultstree.cpp:479–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479void ResultsTree::showResults(ShowTypes::ShowType type, bool show)
480{
481 if (type != ShowTypes::ShowNone && mShowSeverities.isShown(type) != show) {
482 mShowSeverities.show(type, show);
483 refreshTree();
484 }
485}
486
487void ResultsTree::showCppcheckResults(bool show)
488{

Callers 8

showStyleMethod · 0.45
showErrorsMethod · 0.45
showWarningsMethod · 0.45
showPortabilityMethod · 0.45
showPerformanceMethod · 0.45
showInformationMethod · 0.45
test1Method · 0.45

Calls 2

isShownMethod · 0.80
showMethod · 0.45

Tested by 2

test1Method · 0.36