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

Method getSuppressions

lib/suppressions.cpp:625–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623}
624
625std::list<SuppressionList::Suppression> SuppressionList::getSuppressions() const
626{
627 std::lock_guard<std::mutex> lg(mSuppressionsSync);
628
629 return mSuppressions;
630}
631
632void SuppressionList::markUnmatchedInlineSuppressionsAsChecked(const TokenList &tokenlist) {
633 std::lock_guard<std::mutex> lg(mSuppressionsSync);

Callers 15

check_internalMethod · 0.80
writeCheckersReportMethod · 0.80
writeSupprMethod · 0.80
checkMethod · 0.80
checkMethod · 0.80
inline_suppressionsMethod · 0.80
suppressionWildcardMethod · 0.80
loadCppcheckCfgMethod · 0.80

Calls

no outgoing calls

Tested by 9

inline_suppressionsMethod · 0.64
suppressionWildcardMethod · 0.64
loadCppcheckCfgMethod · 0.64
exitcodeSuppressionsMethod · 0.64
suppressionsMethod · 0.64
suppressXmlMethod · 0.64