Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
int TaskModel::rowCount(const QModelIndex &parent) const
82
{
83
return parent.isValid() ? 0 : allTasks.count();
84
}
85
86
int TaskModel::columnCount(const QModelIndex &parent) const
87
{
Callers
15
canFocus
Method · 0.45
setFocus
Method · 0.45
canNext
Method · 0.45
canPrevious
Method · 0.45
goToNext
Method · 0.45
setupUi
Method · 0.45
rows
Method · 0.45
rows
Method · 0.45
isEmpty
Method · 0.45
clearProjects
Method · 0.45
clearDocuments
Method · 0.45
projectList
Method · 0.45
Calls
2
isValid
Method · 0.45
count
Method · 0.45
Tested by
no test coverage detected