Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ getNumIssues
Method
getNumIssues
YACReaderLibrary/comic_vine/model/volumes_model.cpp:154–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
int VolumesModel::getNumIssues(const QModelIndex &index) const
155
{
156
return _data[index.row()][ISSUES].toInt();
157
}
158
159
QString VolumesModel::getPublisher(const QModelIndex &index) const
160
{
Callers
1
getSelectedVolumeInfo
Method · 0.80
Calls
1
row
Method · 0.45
Tested by
no test coverage detected