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

Method sQpush8

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

Source from the content-addressed store, hash-verified

176 // Send queue
177
178 sQpush8(num) {
179 this._sQensureSpace(1);
180 this._sQ[this._sQlen++] = num;
181 }
182
183 sQpush16(num) {
184 this._sQensureSpace(2);

Callers 15

_negotiateSecurityMethod · 0.80
_negotiateXvpAuthMethod · 0.80
_initMsgMethod · 0.80
keyEventFunction · 0.80
QEMUExtendedKeyEventFunction · 0.80
pointerEventFunction · 0.80
extendedPointerEventFunction · 0.80
clientCutTextFunction · 0.80
setDesktopSizeFunction · 0.80
clientFenceFunction · 0.80
enableContinuousUpdatesFunction · 0.80

Calls 1

_sQensureSpaceMethod · 0.95

Tested by

no test coverage detected