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

Method getPageCount

lib/Xtc/Xtc.cpp:483–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483uint32_t Xtc::getPageCount() const {
484 if (!loaded || !parser) {
485 return 0;
486 }
487 return parser->getPageCount();
488}
489
490uint16_t Xtc::getPageWidth() const {
491 if (!loaded || !parser) {

Callers 11

loadMethod · 0.45
generateCoverBmpMethod · 0.45
generateThumbBmpMethod · 0.45
calculateProgressMethod · 0.45
loopMethod · 0.45
renderMethod · 0.45
getStatusBarInfoMethod · 0.45
renderPageMethod · 0.45
loadProgressMethod · 0.45
getScreenshotInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected