Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ rowCount
Method
rowCount
test/cli/QML-Samples-TableView/samplemodel.cpp:9–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
{}
8
9
int SampleModel::rowCount(const QModelIndex &parent) const
10
{
11
Q_UNUSED(parent)
12
return _data.size();
13
}
14
15
QVariant SampleModel::data(const QModelIndex &index, int role) const
16
{
Callers
15
setReportType
Method · 0.80
addBacktraceFiles
Method · 0.80
findFileItem
Method · 0.80
clear
Method · 0.80
clearRecheckFile
Method · 0.80
refreshTree
Method · 0.80
suppressSelectedIds
Method · 0.80
suppressHash
Method · 0.80
saveResults
Method · 0.80
saveErrors
Method · 0.80
updateFromOldReport
Method · 0.80
refreshFilePaths
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
3
multiLineResult
Method · 0.64
resultsInSameFile
Method · 0.64
misraCReportShowClassifications
Method · 0.64