Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ right
Method
right
YACReader/viewer.cpp:327–338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
}
326
327
void Viewer::right()
328
{
329
if (!render->hasLoadedComic()) {
330
return;
331
}
332
333
if (doubleMangaPage) {
334
prev();
335
} else {
336
next();
337
}
338
}
339
340
void Viewer::prev()
341
{
Callers
7
resizeEvent
Method · 0.80
getFileSize
Method · 0.80
mouseReleaseEvent
Method · 0.80
blurred
Function · 0.80
loadComic
Method · 0.80
getComics
Method · 0.80
data
Method · 0.80
Calls
1
hasLoadedComic
Method · 0.80
Tested by
no test coverage detected