MCPcopy Create free account
hub / github.com/YACReader/yacreader / save

Method save

YACReader/viewer.cpp:1257–1265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1255}
1256
1257void Viewer::save()
1258{
1259 if (render->hasLoadedComic()) {
1260 // Render's current page lags the scroll position in continuous mode;
1261 // bring it in line before persisting reading progress.
1262 syncRenderToContinuousPage();
1263 render->save();
1264 }
1265}
1266
1267void Viewer::doublePageSwitch()
1268{

Callers 2

saveImageMethod · 0.45
closeEventMethod · 0.45

Calls 1

hasLoadedComicMethod · 0.80

Tested by

no test coverage detected