Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ getAllCheckersCount
Method
getAllCheckersCount
lib/checkersreport.cpp:119–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
int CheckersReport::getAllCheckersCount()
120
{
121
if (mAllCheckersCount == 0) {
122
countCheckers();
123
}
124
return mAllCheckersCount;
125
}
126
127
void CheckersReport::countCheckers()
128
{
Callers
1
writeCheckersReport
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected