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