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