Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AncientLysine/BiliLocal
/ rowCount
Method
rowCount
src/Menu.cpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
int rowCount(const QModelIndex &parent) const
115
{
116
return sourceModel()->rowCount(mapToSource(parent))+(parent.isValid()?0:1);
117
}
118
119
bool isFakeItem(const QModelIndex &index) const
120
{
Callers
nothing calls this directly
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected