Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
keyEvent
Function · 0.80
QEMUExtendedKeyEvent
Function · 0.80
pointerEvent
Function · 0.80
extendedPointerEvent
Function · 0.80
setDesktopSize
Function · 0.80
enableContinuousUpdates
Function · 0.80
pixelFormat
Function · 0.80
clientEncodings
Function · 0.80
fbUpdateRequest
Function · 0.80
Calls
1
_sQensureSpace
Method · 0.95
Tested by
no test coverage detected