| 791 | } |
| 792 | |
| 793 | size_t Epub::getCumulativeSpineItemSize(const int spineIndex) const { return getSpineItem(spineIndex).cumulativeSize; } |
| 794 | |
| 795 | BookMetadataCache::SpineEntry Epub::getSpineItem(const int spineIndex) const { |
| 796 | if (!bookMetadataCache || !bookMetadataCache->isLoaded()) { |
no outgoing calls
no test coverage detected