Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElyPrismLauncher/Launcher
/ columnCount
Method
columnCount
launcher/ui/instanceview/AccessibleInstanceView.cpp:78–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
int AccessibleInstanceView::columnCount() const
79
{
80
if (!view()->model())
81
return 0;
82
return 1;
83
}
84
85
int AccessibleInstanceView::rowCount() const
86
{
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