Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crosspoint-reader/crosspoint-reader
/ getPageHeight
Method
getPageHeight
lib/Xtc/Xtc.cpp:497–502 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
495
}
496
497
uint16_t Xtc::getPageHeight() const {
498
if (!loaded || !parser) {
499
return 0;
500
}
501
return parser->getHeight();
502
}
503
504
uint8_t Xtc::getBitDepth() const {
505
if (!loaded || !parser) {
Callers
1
renderPage
Method · 0.80
Calls
1
getHeight
Method · 0.45
Tested by
no test coverage detected