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

Method isCriticalErrorId

test/testerrorlogger.cpp:776–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774 }
775
776 void isCriticalErrorId() const {
777 // It does not abort all the analysis of the file. Like "missingInclude" there can be false negatives.
778 ASSERT_EQUALS(false, ErrorLogger::isCriticalErrorId("misra-config"));
779 }
780};
781
782REGISTER_TEST(TestErrorLogger)

Callers

nothing calls this directly

Calls 1

isCriticalErrorIdFunction · 0.85

Tested by

no test coverage detected