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

Function plistFooter

lib/errorlogger.h:276–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 static std::string plistHeader(const std::string &version, const std::vector<std::string> &files);
275 static std::string plistData(const ErrorMessage &msg);
276 static const char *plistFooter() {
277 return " </array>\r\n"
278 "</dict>\r\n"
279 "</plist>";
280 }
281
282 static bool isCriticalErrorId(const std::string& id) {
283 return mCriticalErrorIds.count(id) != 0;

Callers 1

closePlistMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected