MCPcopy Index your code
hub / github.com/OpenSignLabs/OpenSign / hideUpgradeProgress

Function hideUpgradeProgress

apps/OpenSign/src/utils/upgradeProgress.js:40–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40export function hideUpgradeProgress() {
41 if (intervalId) {
42 clearInterval(intervalId);
43 intervalId = null;
44 }
45 const overlay = document.getElementById("upgrade-progress");
46 if (overlay) {
47 overlay.remove();
48 }
49}

Callers 2

index.jsxFile · 0.90
AppFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected