MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / hudUpdate

Function hudUpdate

Support/SingleFileLibs/javascript/app.js:102–105  ·  view source on GitHub ↗
(status, pct)

Source from the content-addressed store, hash-verified

100 }
101 function hudHide() { if (hudOverlay) hudOverlay.style.display = 'none'; }
102 function hudUpdate(status, pct) {
103 if (hudOverlay && status !== undefined) hudStatus.textContent = status;
104 if (hudOverlay && typeof pct === 'number') hudBar.style.width = `${Math.max(0, Math.min(100, pct))}%`;
105 }
106
107 function initTheme() {
108 const stored = localStorage.getItem('scl_theme');

Callers 1

downloadAllZipFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected