Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
286
private:
287
static const std::set<std::string> mCriticalErrorIds;
Callers
7
reportErr
Method · 0.85
serializeRules
Method · 0.85
sarifSeverity
Method · 0.85
reportErr
Method · 0.85
isCriticalErrorId
Method · 0.85
contextMenuEvent
Method · 0.85
handleCriticalError
Method · 0.85
Calls
no outgoing calls
Tested by
1
isCriticalErrorId
Method · 0.68