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

Function isCriticalErrorId

lib/errorlogger.h:282–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 }
281
282 static bool isCriticalErrorId(const std::string& id) {
283 return mCriticalErrorIds.count(id) != 0;
284 }
285
286private:
287 static const std::set<std::string> mCriticalErrorIds;

Callers 7

reportErrMethod · 0.85
serializeRulesMethod · 0.85
sarifSeverityMethod · 0.85
reportErrMethod · 0.85
isCriticalErrorIdMethod · 0.85
contextMenuEventMethod · 0.85
handleCriticalErrorMethod · 0.85

Calls

no outgoing calls

Tested by 1

isCriticalErrorIdMethod · 0.68