MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / getCumulativeSpineItemSize

Method getCumulativeSpineItemSize

lib/Epub/Epub.cpp:793–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

toCrossPointMethod · 0.80
jumpToPercentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected