Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ goToLastPage
Method
goToLastPage
YACReader/viewer.cpp:364–367 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
362
goTo(0);
363
}
364
void Viewer::goToLastPage()
365
{
366
goTo(this->render->numPages() - 1);
367
}
368
void Viewer::goTo(unsigned int page)
369
{
370
direction = 1; // in
"go to"
direction is always fordward
Callers
nothing calls this directly
Calls
1
numPages
Method · 0.45
Tested by
no test coverage detected