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

Function hudHide

Support/SingleFileLibs/javascript/app.js:101–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 hudOverlay.style.display = 'block';
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))}%`;

Callers 2

downloadAllZipFunction · 0.85
app.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected