Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ rowCount
Method
rowCount
launcher/ui/instanceview/AccessibleInstanceView.cpp:91–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
int AccessibleInstanceView::rowCount() const
92
{
93
if (!view()->model())
94
return 0;
95
return view()->model()->rowCount();
96
}
97
98
int AccessibleInstanceView::selectedCellCount() const
99
{
Callers
6
updateGeometries
Method · 0.45
paintEvent
Method · 0.45
indexAt
Method · 0.45
setSelection
Method · 0.45
childCount
Method · 0.45
items
Method · 0.45
Calls
1
model
Method · 0.80
Tested by
no test coverage detected