MCPcopy Create free account
hub / github.com/apache/cloudstack / compressionLevel

Method compressionLevel

systemvm/agent/noVNC/core/rfb.js:417–419  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

415 }
416
417 get compressionLevel() {
418 return this._compressionLevel;
419 }
420 set compressionLevel(compressionLevel) {
421 if (!Number.isInteger(compressionLevel) || compressionLevel < 0 || compressionLevel > 9) {
422 Log.Error("compressionLevel must be an integer between 0 and 9");

Callers

nothing calls this directly

Calls 1

_sendEncodingsMethod · 0.95

Tested by

no test coverage detected