MCPcopy
hub / github.com/ollm/OpenComic / setNextOpenChapterProgress

Function setNextOpenChapterProgress

scripts/reading.js:1415–1421  ·  view source on GitHub ↗
(chapterIndex, chapterProgress)

Source from the content-addressed store, hash-verified

1413var nextOpenChapterProgress = false;
1414
1415function setNextOpenChapterProgress(chapterIndex, chapterProgress)
1416{
1417 nextOpenChapterProgress = {
1418 chapterIndex: chapterIndex,
1419 chapterProgress: chapterProgress,
1420 };
1421}
1422
1423// Go to ebook chapter progress
1424function goToChapterProgress(chapterIndex, chapterProgress, animation = true)

Callers 1

generateEbookPagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected