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

Method errorMessage

test/testcmdlineparser.cpp:1969–1975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1967 }
1968
1969 static SuppressionList::ErrorMessage errorMessage(const std::string &errorId, const std::string &fileName, int lineNumber) {
1970 SuppressionList::ErrorMessage e;
1971 e.errorId = errorId;
1972 e.setFileName(fileName);
1973 e.lineNumber = lineNumber;
1974 return e;
1975 }
1976
1977 void suppressSingle() {
1978 REDIRECT;

Callers

nothing calls this directly

Calls 1

setFileNameMethod · 0.45

Tested by

no test coverage detected