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