MCPcopy 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
154int VolumesModel::getNumIssues(const QModelIndex &index) const
155{
156 return _data[index.row()][ISSUES].toInt();
157}
158
159QString VolumesModel::getPublisher(const QModelIndex &index) const
160{

Callers 1

getSelectedVolumeInfoMethod · 0.80

Calls 1

rowMethod · 0.45

Tested by

no test coverage detected