Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ rowCount
Method
rowCount
launcher/InstanceList.cpp:132–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
int InstanceList::rowCount(const QModelIndex& parent) const
133
{
134
Q_UNUSED(parent);
135
return m_instances.count();
136
}
137
138
QModelIndex InstanceList::index(int row, int column, const QModelIndex& parent) const
139
{
Callers
nothing calls this directly
Calls
1
count
Method · 0.45
Tested by
no test coverage detected