MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / updateCompression

Function updateCompression

internal/vnc/novnc/app/ui.js:1482–1486  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1480 * ------v------*/
1481
1482 updateCompression() {
1483 if (!UI.rfb) return;
1484
1485 UI.rfb.compressionLevel = parseInt(UI.getSetting('compression'));
1486 },
1487
1488/* ------^-------
1489 * /COMPRESSION

Callers

nothing calls this directly

Calls 1

parseIntFunction · 0.85

Tested by

no test coverage detected