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

Function substituteTemplateLocationStatic

lib/errorlogger.cpp:956–960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

954}
955
956void substituteTemplateLocationStatic(std::string& templateLocation, bool eraseColors)
957{
958 replaceSpecialChars(templateLocation);
959 replaceColors(templateLocation, eraseColors);
960}
961
962std::string getClassification(const std::string &guideline, ReportType reportType) {
963 if (guideline.empty())

Callers 2

parseFromArgsMethod · 0.85

Calls 2

replaceSpecialCharsFunction · 0.85
replaceColorsFunction · 0.85

Tested by 1