Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ columnCount
Method
columnCount
launcher/ui/instanceview/AccessibleInstanceView.cpp:84–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
int AccessibleInstanceView::columnCount() const
85
{
86
if (!view()->model())
87
return 0;
88
return 1;
89
}
90
91
int AccessibleInstanceView::rowCount() const
92
{
Callers
3
logicalIndex
Method · 0.45
childCount
Method · 0.45
child
Method · 0.45
Calls
1
model
Method · 0.80
Tested by
no test coverage detected