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

Method sQpush16

systemvm/agent/noVNC/core/websock.js:183–187  ·  view source on GitHub ↗
(num)

Source from the content-addressed store, hash-verified

181 }
182
183 sQpush16(num) {
184 this._sQensureSpace(2);
185 this._sQ[this._sQlen++] = (num >> 8) & 0xff;
186 this._sQ[this._sQlen++] = (num >> 0) & 0xff;
187 }
188
189 sQpush32(num) {
190 this._sQensureSpace(4);

Callers 9

keyEventFunction · 0.80
QEMUExtendedKeyEventFunction · 0.80
pointerEventFunction · 0.80
extendedPointerEventFunction · 0.80
setDesktopSizeFunction · 0.80
enableContinuousUpdatesFunction · 0.80
pixelFormatFunction · 0.80
clientEncodingsFunction · 0.80
fbUpdateRequestFunction · 0.80

Calls 1

_sQensureSpaceMethod · 0.95

Tested by

no test coverage detected