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

Function setCurrentComics

scripts/reading.js:186–194  ·  view source on GitHub ↗
(comics)

Source from the content-addressed store, hash-verified

184var currentComics = [];
185
186function setCurrentComics(comics)
187{
188 currentComics = {};
189
190 for(let key in comics)
191 {
192 currentComics[comics[key].index] = comics[key];
193 }
194}
195
196function applyMangaReading(distribution)
197{

Callers 1

generateEbookPagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected