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

Method hideAllIdResult

gui/resultstree.cpp:959–968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

957}
958
959void ResultsTree::hideAllIdResult()
960{
961 if (!mContextItem || mContextItem->getType() == ResultItem::Type::file)
962 return;
963
964 mHiddenMessageId.append(mContextItem->errorItem->errorId);
965
966 refreshTree();
967 emit resultsHidden(true);
968}
969
970void ResultsTree::suppressSelectedIds()
971{

Callers

nothing calls this directly

Calls 1

getTypeMethod · 0.45

Tested by

no test coverage detected