MCPcopy 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
15int TaskPortModel::rowCount(const QModelIndex &parent) const
16{
17 return m_ports.size();
18}
19
20QVariant TaskPortModel::data(const QModelIndex &index, int role) const
21{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected