Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ rowCount
Method
rowCount
launcher/InstanceList.cpp:152–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
int InstanceList::rowCount(const QModelIndex& parent) const
153
{
154
Q_UNUSED(parent);
155
return m_instances.count();
156
}
157
158
QModelIndex InstanceList::index(int row, int column, const QModelIndex& parent) const
159
{
Callers
nothing calls this directly
Calls
1
count
Method · 0.45
Tested by
no test coverage detected