MCPcopy Index your code
hub / github.com/ollm/OpenComic / getCompleted

Function getCompleted

scripts/reading/progress.js:227–237  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

225}
226
227async function getCompleted(path)
228{
229 if(!path) return false;
230
231 const file = fileManager.file(path);
232 file.updateConfig({sort: false});
233 const completed = await _getCompleted(path, file, true);
234 file.destroy();
235
236 return completed;
237}
238
239async function _findReadingProgressPaths(path, file)
240{

Callers 1

simpleGetFunction · 0.85

Calls 1

_getCompletedFunction · 0.85

Tested by

no test coverage detected