Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ setFileName
Method
setFileName
lib/suppressions.cpp:347–350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
}
346
347
void SuppressionList::ErrorMessage::setFileName(std::string s)
348
{
349
mFileName = Path::simplifyPath(std::move(s));
350
}
351
352
bool SuppressionList::Suppression::parseComment(std::string comment, std::string *errorMessage)
353
{
Callers
4
fromErrorMessage
Method · 0.45
errorMessage
Method · 0.45
symbol
Method · 0.45
errorMessage
Method · 0.45
Calls
1
simplifyPath
Function · 0.85
Tested by
3
errorMessage
Method · 0.36
symbol
Method · 0.36
errorMessage
Method · 0.36