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

Method addSuppression

gui/projectfile.cpp:787–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785}
786
787void ProjectFile::addSuppression(const SuppressionList::Suppression &suppression)
788{
789 mSuppressions.append(suppression);
790}
791
792void ProjectFile::setAddons(const QStringList &addons)
793{

Callers 9

handleReadMethod · 0.45
checkMethod · 0.45
addCheckedSuppressionMethod · 0.45
suppressHashMethod · 0.45
getCppcheckSettingsMethod · 0.45

Calls

no outgoing calls

Tested by 4

addCheckedSuppressionMethod · 0.36