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

Function exportMtrCsv

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

Source from the content-addressed store, hash-verified

1274}
1275
1276function _termTeardown() {
1277 try { if (_termSocket) { _termSocket.disconnect(); _termSocket = null; } } catch (e) { /* ignore */ }
1278}
1279
1280function initTerminal() {
1281 const mount = document.getElementById('xterm-mount');
1282 const status = document.getElementById('terminal-status');
1283 if (!mount) return;
1284 if (typeof Terminal === 'undefined') {
1285 if (status) status.innerHTML = '<span class="text-red-400">Terminal library failed to load.</span>';
1286 return;

Callers

nothing calls this directly

Calls 2

_ndDownloadCsvFunction · 0.85
addConsoleMessageFunction · 0.70

Tested by

no test coverage detected