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

Function getGuideline

gui/resultstree.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80static constexpr int COLUMN_CWE = 12;
81
82static QString getGuideline(ReportType reportType, const std::map<std::string, std::string> &guidelineMapping,
83 const QString& errorId, Severity severity) {
84 return QString::fromStdString(getGuideline(errorId.toStdString(),
85 reportType, guidelineMapping,
86 severity));
87}
88
89static QString getClassification(ReportType reportType, const QString& guideline) {
90 return QString::fromStdString(getClassification(guideline.toStdString(), reportType));

Callers 2

setReportTypeMethod · 0.70
addErrorItemMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected