Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ loadNextPage
Method
loadNextPage
YACReaderLibrary/comic_vine/select_comic.cpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void SelectComic::loadNextPage()
89
{
90
emit loadPage(currentVolumeId, paginator->getCurrentPage() + 1);
91
}
92
93
void SelectComic::loadPreviousPage()
94
{
Callers
nothing calls this directly
Calls
1
getCurrentPage
Method · 0.45
Tested by
no test coverage detected