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

Function clearCache

scripts/settings.js:55–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55async function clearCache()
56{
57 storage.set('cache', {});
58 await fse.emptyDir(cache.folder);
59 cache.flushJsonMemory();
60
61 getStorageSize();
62}
63
64function removeTemporaryFiles(onClose = false)
65{

Callers

nothing calls this directly

Calls 1

getStorageSizeFunction · 0.85

Tested by

no test coverage detected