Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Palm1r/QodeAssist
/ rowCount
Method
rowCount
TaskFlow/Editor/TaskPortModel.cpp:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
{}
14
15
int TaskPortModel::rowCount(const QModelIndex &parent) const
16
{
17
return m_ports.size();
18
}
19
20
QVariant TaskPortModel::data(const QModelIndex &index, int role) const
21
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.80
Tested by
no test coverage detected