MCPcopy 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
1270bool ResultsTree::hasResults() const
1271{
1272 return mModel->rowCount() > 0;
1273}
1274
1275void ResultsTree::translate()
1276{

Callers 3

clearResultsMethod · 0.45
openResultsMethod · 0.45
enableResultsButtonsMethod · 0.45

Calls 1

rowCountMethod · 0.80

Tested by

no test coverage detected