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

Function substituteTemplateFormatStatic

lib/errorlogger.cpp:950–954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948}
949
950void substituteTemplateFormatStatic(std::string& templateFormat, bool eraseColors)
951{
952 replaceSpecialChars(templateFormat);
953 replaceColors(templateFormat, eraseColors);
954}
955
956void substituteTemplateLocationStatic(std::string& templateLocation, bool eraseColors)
957{

Callers 3

parseFromArgsMethod · 0.85

Calls 2

replaceSpecialCharsFunction · 0.85
replaceColorsFunction · 0.85