Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ hasResults
Method
hasResults
gui/resultstree.cpp:1270–1273 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1268
}
1269
1270
bool ResultsTree::hasResults() const
1271
{
1272
return mModel->rowCount() > 0;
1273
}
1274
1275
void ResultsTree::translate()
1276
{
Callers
3
clearResults
Method · 0.45
openResults
Method · 0.45
enableResultsButtons
Method · 0.45
Calls
1
rowCount
Method · 0.80
Tested by
no test coverage detected