MCPcopy Create free account
hub / github.com/error311/FileRise / clearNonZipQueue

Function clearNonZipQueue

public/js/fileListView.js:4770–4779  ·  view source on GitHub ↗
(showToastCancel = false)

Source from the content-addressed store, hash-verified

4768}
4769
4770function clearNonZipQueue(showToastCancel = false) {
4771 window.__nonZipDownloadQueue = [];
4772 hideNonZipPanel();
4773 if (showToastCancel) {
4774 showToast(
4775 t('nonzip_queue_cleared') || 'Download queue cleared.',
4776 'info'
4777 );
4778 }
4779}
4780
4781function triggerNextNonZipDownload() {
4782 const q = window.__nonZipDownloadQueue || [];

Callers 1

Calls 3

hideNonZipPanelFunction · 0.85
tFunction · 0.85
showToastFunction · 0.70

Tested by

no test coverage detected