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

Function globalWhenExtractFileReject

scripts/file-manager.js:2759–2769  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

2757}
2758
2759function globalWhenExtractFileReject(path)
2760{
2761 if(extractingPromisesST[path]) clearTimeout(extractingPromisesST[path]);
2762
2763 if(extractingPromises[path])
2764 {
2765 const globalExtracting = extractingPromises[path];
2766 delete extractingPromises[path];
2767 globalExtracting.reject();
2768 }
2769}
2770
2771// Use this to remove generated vector images if window.devicePixelRatio is changed
2772async function removeTmpVector()

Callers 2

fileCompressedFunction · 0.85
setGlobalExtractingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected