MCPcopy 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}
364void Viewer::goToLastPage()
365{
366 goTo(this->render->numPages() - 1);
367}
368void Viewer::goTo(unsigned int page)
369{
370 direction = 1; // in "go to" direction is always fordward

Callers

nothing calls this directly

Calls 1

numPagesMethod · 0.45

Tested by

no test coverage detected