Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/novnc/noVNC
/ sQpush8
Method
sQpush8
core/websock.js:182–185 ·
view source on GitHub ↗
(num)
Source
from the content-addressed store, hash-verified
180
// Send queue
181
182
sQpush8(num) {
183
this._sQensureSpace(1);
184
this._sQ[this._sQlen++] = num;
185
}
186
187
sQpush16(num) {
188
this._sQensureSpace(2);
Callers
15
_negotiateSecurity
Method · 0.80
_negotiateXvpAuth
Method · 0.80
_negotiateVeNCryptAuth
Method · 0.80
_initMsg
Method · 0.80
keyEvent
Function · 0.80
QEMUExtendedKeyEvent
Function · 0.80
pointerEvent
Function · 0.80
extendedPointerEvent
Function · 0.80
clientCutText
Function · 0.80
setDesktopSize
Function · 0.80
clientFence
Function · 0.80
enableContinuousUpdates
Function · 0.80
Calls
1
_sQensureSpace
Method · 0.95
Tested by
no test coverage detected