MCPcopy 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
9int SampleModel::rowCount(const QModelIndex &parent) const
10{
11 Q_UNUSED(parent)
12 return _data.size();
13}
14
15QVariant SampleModel::data(const QModelIndex &index, int role) const
16{

Callers 15

setReportTypeMethod · 0.80
addBacktraceFilesMethod · 0.80
findFileItemMethod · 0.80
clearMethod · 0.80
clearRecheckFileMethod · 0.80
refreshTreeMethod · 0.80
suppressSelectedIdsMethod · 0.80
suppressHashMethod · 0.80
saveResultsMethod · 0.80
saveErrorsMethod · 0.80
updateFromOldReportMethod · 0.80
refreshFilePathsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 3

multiLineResultMethod · 0.64
resultsInSameFileMethod · 0.64