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

Function _terminalEnabled

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

Source from the content-addressed store, hash-verified

1039 console.error('[rusense] loader failed', err);
1040 const hint = document.getElementById('rusense-offline-hint');
1041 if (hint) {
1042 hint.textContent = 'RuSense UI failed to load: ' + (err && err.message);
1043 hint.classList.remove('hidden');
1044 }

Callers 3

syncTerminalToggleFunction · 0.85
applyTerminalVisibilityFunction · 0.85
initTerminalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected