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

Function addCacheVars

scripts/cache.js:545–548  ·  view source on GitHub ↗
(path, size, sha)

Source from the content-addressed store, hash-verified

543}
544
545function addCacheVars(path, size, sha)
546{
547 return path+'?size='+size+(cacheImagesDeleted[sha] ? '&a='+cacheImagesDeleted[sha] : '');
548}
549
550var cacheImagesDeleted = [];
551

Callers 2

processTheImageQueueFunction · 0.85
returnThumbnailsImagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected