MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _termTeardown

Function _termTeardown

web/scripts/ragnar_modern.js:1085–1087  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1083 badge.textContent = txt;
1084 badge.className = 'text-xs px-2 py-0.5 rounded ' + cls;
1085 }
1086 const busy = !!s.installing;
1087 if (installBtn) { installBtn.disabled = busy; installBtn.textContent = s.installed ? 'Reinstall' : 'Install'; }
1088 if (rebuildBtn) rebuildBtn.disabled = busy;
1089 if (uninstallBtn) { uninstallBtn.classList.toggle('hidden', !s.installed); uninstallBtn.disabled = busy; }
1090 if (s.installing) startSensingLogPoll();

Callers 2

onTerminalToggledFunction · 0.85
initTerminalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected