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

Function getClassification

gui/resultstree.cpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89static QString getClassification(ReportType reportType, const QString& guideline) {
90 return QString::fromStdString(getClassification(guideline.toStdString(), reportType));
91}
92
93static Severity getSeverityFromClassification(const QString &c) {
94 if (c == checkers::Man)

Callers 2

setReportTypeMethod · 0.70
addErrorItemMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected