MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / rowCount

Method rowCount

src/plugins/reversedebug/taskmodel.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81int TaskModel::rowCount(const QModelIndex &parent) const
82{
83 return parent.isValid() ? 0 : allTasks.count();
84}
85
86int TaskModel::columnCount(const QModelIndex &parent) const
87{

Callers 15

canFocusMethod · 0.45
setFocusMethod · 0.45
canNextMethod · 0.45
canPreviousMethod · 0.45
goToNextMethod · 0.45
setupUiMethod · 0.45
rowsMethod · 0.45
rowsMethod · 0.45
isEmptyMethod · 0.45
clearProjectsMethod · 0.45
clearDocumentsMethod · 0.45
projectListMethod · 0.45

Calls 2

isValidMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected