Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ rowCount
Method
rowCount
YACReaderLibrary/comic_vine/model/volumes_model.cpp:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
int VolumesModel::rowCount(const QModelIndex &parent) const
55
{
56
Q_UNUSED(parent)
57
return _data.count();
58
}
59
60
int VolumesModel::columnCount(const QModelIndex &parent) const
61
{
Callers
3
load
Method · 0.45
setData
Method · 0.45
load
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected