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

Function applyTerminalVisibility

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

Source from the content-addressed store, hash-verified

1046 if (logEl && s.log) { logEl.textContent = s.log; logEl.scrollTop = logEl.scrollHeight; }
1047 if (!s.installing) {
1048 clearInterval(_sensingLogTimer); _sensingLogTimer = null;
1049 refreshSensingInstallCard();
1050 if (s.installed && s.active) {
1051 const hint = document.getElementById('rusense-offline-hint');
1052 if (hint) hint.classList.add('hidden');
1053 showRusenseSubtab(_rusenseCurrent);
1054 }
1055 }
1056 }).catch(() => {});

Callers 3

ragnar_modern.jsFile · 0.85
syncTerminalFromServerFunction · 0.85
onTerminalToggledFunction · 0.85

Calls 3

_terminalEnabledFunction · 0.85
syncTerminalToggleFunction · 0.85
showTabFunction · 0.70

Tested by

no test coverage detected