Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ logChecker
Method
logChecker
lib/checkimpl.cpp:68–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
void CheckImpl::logChecker(const char id[])
69
{
70
if (!mSettings.buildDir.empty() || mSettings.collectLogCheckers())
71
reportError(nullptr, Severity::internal,
"logChecker"
, id);
72
}
Callers
4
analyseWholeProgram
Method · 0.80
analyseWholeProgram
Method · 0.80
analyseWholeProgram
Method · 0.80
analyseWholeProgram
Method · 0.80
Calls
3
collectLogCheckers
Method · 0.80
reportError
Function · 0.70
empty
Method · 0.45
Tested by
no test coverage detected