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

Method hasCriticalErrors

cli/cppcheckexecutor.cpp:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 void writeCheckersReport(const Suppressions& supprs);
160
161 bool hasCriticalErrors() const {
162 return !mCriticalErrors.empty();
163 }
164
165 const std::string& getCtuInfo() const {
166 return mCtuInfo;

Callers 1

check_internalMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected